Remove conditional

This commit is contained in:
grafixeyehero 2019-06-02 02:43:05 +03:00
parent 42af630e7b
commit 8e69ce75b5

View file

@ -116,13 +116,7 @@ define(['layoutManager', 'browser', 'actionsheet', 'css!./emby-select', 'registe
inputId++;
}
if (browser) {
this.classList.add('emby-select-withcolor');
if (layoutManager.tv) {
this.classList.add('emby-select-tv-withcolor');
}
}
this.classList.add('emby-select-withcolor');
if (layoutManager.tv) {
this.classList.add('emby-select-focusscale');