mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
Bug fix + UI improvment
- Fixes Bug when loading torrent category from cache - UI: Do not display category if not provided
This commit is contained in:
@@ -55,6 +55,7 @@ func GetTorrentDB(hash metainfo.Hash) *Torrent {
|
||||
torr.Size = db.Size
|
||||
torr.Data = db.Data
|
||||
torr.Stat = state.TorrentInDB
|
||||
torr.Category = db.Category
|
||||
return torr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user