update web and sync upstream to v1.32.0

This commit is contained in:
nikk gitanes
2021-10-06 19:44:10 +03:00
parent 15b2153abc
commit dc7add2bb3
10 changed files with 25 additions and 35 deletions

View File

@@ -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",