changed data type of ParsedTorrent.Resolution to Resolution

This commit is contained in:
Timon Ringwald 2022-08-15 12:33:15 +02:00
parent fe9b565a9d
commit 0378bec21c

View File

@ -9,7 +9,7 @@ type ParsedTorrent struct {
Episode int
Languages []string
Subtitles []string
Resolution
Resolution Resolution
// meta data
Torrent *Torrent