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

Fix a deminification issue with the plugin page

This commit is contained in:
dkanada 2019-04-13 17:34:15 +01:00 committed by GitHub
parent e07edea5bf
commit 4e6820ca0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,9 +133,9 @@ define(["jQuery", "loading", "libraryMenu", "globalize", "connectionManager", "e
message: globalize.translate("MessageAlreadyInstalled"),
title: globalize.translate("HeaderPluginInstallation")
});
} else {
performInstallation(page, name, guid, vals[1], version);
}
} else {
performInstallation(page, name, guid, vals[1], version);
}
});
return false;