mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Fix typo
This commit is contained in:
parent
7be803d485
commit
d4e095a576
1 changed files with 1 additions and 1 deletions
2
url.go
2
url.go
|
|
@ -86,7 +86,7 @@ func (c *Crunchyroll) ExtractEpisodesFromUrl(url string, audio ...LOCALE) ([]*Ep
|
||||||
|
|
||||||
if len(eps) == 0 {
|
if len(eps) == 0 {
|
||||||
if notAvailableContinue {
|
if notAvailableContinue {
|
||||||
return nil, fmt.Errorf("could not find any matching episode which is accessable with an non-premium account")
|
return nil, fmt.Errorf("could not find any matching episode which is accessable with a non-premium account")
|
||||||
} else {
|
} else {
|
||||||
return nil, fmt.Errorf("could not find any matching episode")
|
return nil, fmt.Errorf("could not find any matching episode")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue