mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Fix merge issues again, I love this shit
This commit is contained in:
parent
ae075ed4c9
commit
137f3779ea
2 changed files with 14 additions and 29 deletions
|
|
@ -84,7 +84,7 @@ func fromVideoStreams(crunchy *Crunchyroll, endpoint string) (streams []*Stream,
|
|||
if !crunchy.Config.Premium {
|
||||
return nil, fmt.Errorf("no stream available, this might be the result of using a non-premium account")
|
||||
} else {
|
||||
return nil, errors.New("no stream available")
|
||||
return nil, fmt.Errorf("no stream available")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue