mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
add data
This commit is contained in:
@@ -73,6 +73,7 @@ func GetTorrent(hashHex string) *Torrent {
|
|||||||
if tr != nil {
|
if tr != nil {
|
||||||
tr.Title = tor.Title
|
tr.Title = tor.Title
|
||||||
tr.Poster = tor.Poster
|
tr.Poster = tor.Poster
|
||||||
|
tr.Data = tor.Data
|
||||||
tr.Size = tor.Size
|
tr.Size = tor.Size
|
||||||
tr.Timestamp = tor.Timestamp
|
tr.Timestamp = tor.Timestamp
|
||||||
tr.GotInfo()
|
tr.GotInfo()
|
||||||
|
|||||||
Reference in New Issue
Block a user