Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorrow446 authored Jul 21, 2022
1 parent c9de678 commit 952110e
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 @@ -819,7 +819,7 @@ func chooseVariant(manifestUrl, wantRes string) (*m3u8.Variant, string, error) {
if wantVariant == nil {
return nil, "", errors.New("No variant was chosen.")
}
if wantRes != origWantRes && origWantRes != "2160" {
if wantRes != origWantRes {
fmt.Println("Unavailable in your chosen format.")
}
wantRes = formatRes(wantRes)
Expand Down

0 comments on commit 952110e

Please sign in to comment.