changed data type of ParsedTorrent.Resolution to Resolution
This commit is contained in:
parent
fe9b565a9d
commit
0378bec21c
@ -9,7 +9,7 @@ type ParsedTorrent struct {
|
||||
Episode int
|
||||
Languages []string
|
||||
Subtitles []string
|
||||
Resolution
|
||||
Resolution Resolution
|
||||
|
||||
// meta data
|
||||
Torrent *Torrent
|
||||
|
Loading…
Reference in New Issue
Block a user