use strict comparison
Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ define(['appStorage', 'events'], function (appStorage, events) {
|
||||
};
|
||||
|
||||
AppSettings.prototype.enableSystemExternalPlayers = function (val) {
|
||||
if (val != null) {
|
||||
if (val !== null) {
|
||||
this.set('enableSystemExternalPlayers', val.toString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user