1
0
Fork 0
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:
Ian Walton 2021-04-24 19:37:08 -04:00
parent d8e7e14da0
commit 40567aedca

View file

@ -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';
}
/**