mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
fix some
This commit is contained in:
@@ -31,8 +31,8 @@ func getRoot() (ret []interface{}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// add Root Object
|
// add Root Object
|
||||||
len := len(torr.ListTorrent())
|
lenl := len(torr.ListTorrent())
|
||||||
cnt := upnpav.Container{Object: rootObj, ChildCount: len}
|
cnt := upnpav.Container{Object: rootObj, ChildCount: lenl}
|
||||||
ret = append(ret, cnt)
|
ret = append(ret, cnt)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user