mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Enable by default.
This commit is contained in:
parent
d8e7e14da0
commit
40567aedca
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ export class UserSettings {
|
|||
return this.set('enableSetUsingLastTracks', val.toString());
|
||||
}
|
||||
|
||||
return this.get('enableSetUsingLastTracks', false) === 'true';
|
||||
return this.get('enableSetUsingLastTracks', false) !== 'false';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue