Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 4818083

Browse files
committed
Merge branch 'progressive-quality-names'
2 parents 58a24d4 + 83fe6c5 commit 4818083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/episode.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ const (
2828
func (q EpisodeQuality) String() string {
2929
switch q {
3030
case StandardDefinition:
31-
return "sd"
31+
return "480p"
3232
case HighDefinition:
33-
return "hd"
33+
return "720p"
3434
case FullHighDefinition:
35-
return "fhd"
35+
return "1080p"
3636
}
3737

3838
return "none"

0 commit comments

Comments
 (0)