1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update src/controllers/dashboard/plugins/installed.js

Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
Neil Burrows 2020-06-22 14:08:57 +01:00 committed by GitHub
parent 89535e1c36
commit 4f45bdb024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',