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
|
Episode int
|
||||||
Languages []string
|
Languages []string
|
||||||
Subtitles []string
|
Subtitles []string
|
||||||
Resolution
|
Resolution Resolution
|
||||||
|
|
||||||
// meta data
|
// meta data
|
||||||
Torrent *Torrent
|
Torrent *Torrent
|
||||||
|
Loading…
Reference in New Issue
Block a user