mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
default auto-start to yes
This commit is contained in:
parent
719cf0dba4
commit
930c597d36
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export class AppComponent implements AfterViewInit {
|
|||
// Needs to be set or qualities won't automatically be set
|
||||
this.setQualities()
|
||||
this.quality = cookieService.get('metube_quality') || 'best';
|
||||
this.autoStart = cookieService.get('metube_auto_start') === 'true';
|
||||
this.autoStart = cookieService.get('metube_auto_start') !== 'false';
|
||||
|
||||
this.activeTheme = this.getPreferredTheme(cookieService);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue