mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Update dependencies & version
This commit is contained in:
parent
c11851adc9
commit
29c6129e6e
5 changed files with 18 additions and 18 deletions
|
|
@ -189,7 +189,7 @@ async fn create_ctx(cli: &Cli) -> Result<Context> {
|
|||
}
|
||||
|
||||
async fn crunchyroll_session(cli: &Cli) -> Result<Crunchyroll> {
|
||||
let mut builder = Crunchyroll::builder()
|
||||
let builder = Crunchyroll::builder()
|
||||
.locale(cli.lang.clone().unwrap_or_else(system_locale))
|
||||
.stabilization_locales(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue