Fix merge issues again, I love this shit

This commit is contained in:
bytedream 2022-06-10 16:12:58 +02:00
parent ae075ed4c9
commit 137f3779ea
2 changed files with 14 additions and 29 deletions

View file

@ -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")
}
}