mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
update web and sync upstream to v1.32.0
This commit is contained in:
@@ -142,7 +142,7 @@ func getTorrentMeta(path, host string) (ret interface{}) {
|
||||
}
|
||||
meta := upnpav.Container{Object: rootObj, ChildCount: 1}
|
||||
return meta
|
||||
} else if path == "/TR" {
|
||||
} else if filepath.Base(path) == "TR" {
|
||||
// TR Object Meta
|
||||
trObj := upnpav.Object{
|
||||
ID: "%2FTR",
|
||||
|
||||
Reference in New Issue
Block a user