Enable by default.
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user