cosmetics

This commit is contained in:
nikk gitanes
2023-05-12 09:27:26 +03:00
parent a9d1f11cc2
commit 9c3cde30bd

View File

@@ -193,8 +193,6 @@ func getTorrentMeta(path, host string) (ret interface{}) {
meta := upnpav.Container{Object: obj, ChildCount: 1} meta := upnpav.Container{Object: obj, ChildCount: 1}
return meta return meta
} }
return nil
} }
func loadTorrent(path, host string) (ret []interface{}) { func loadTorrent(path, host string) (ret []interface{}) {