diff --git a/src/controllers/dashboard/plugins/installed.js b/src/controllers/dashboard/plugins/installed.js index c46c3ca10f..5f5adde684 100644 --- a/src/controllers/dashboard/plugins/installed.js +++ b/src/controllers/dashboard/plugins/installed.js @@ -120,7 +120,7 @@ define(['loading', 'libraryMenu', 'dom', 'globalize', 'cardStyle', 'emby-button' }); } - if (removable == 'true') { + if (removable === 'true') { menuItems.push({ name: globalize.translate('ButtonUninstall'), id: 'delete',