mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
fix info
This commit is contained in:
@@ -114,7 +114,7 @@ func torrentAdd(c echo.Context) error {
|
||||
|
||||
if jreq.Info != "" {
|
||||
go func() {
|
||||
utils.AddInfo(magnet.InfoHash.HexString(), jreq.Info)
|
||||
settings.AddInfo(magnet.InfoHash.HexString(), jreq.Info)
|
||||
}()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user