Update src/controllers/dashboard/plugins/installed.js
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user