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