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

Commit

Permalink
whoopsie... syntax error...
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttevee committed May 11, 2016
1 parent 4b343e9 commit e32d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func doDownload(cmd *flag.FlagSet) {
}
}

func qualityToProgressiveLines(EpisodeQuality q) string {
func qualityToProgressiveLines(q funimation.EpisodeQuality) string {
if q == funimation.StandardDefinition {
return "480p"
} else if q == funimation.HighDefinition {
Expand Down

0 comments on commit e32d420

Please sign in to comment.