Merge pull request #244 from jellyfin/dkanada-patch-1

Fix a deminification issue with the plugin page
This commit is contained in:
Joshua M. Boniface
2019-04-13 16:44:03 -04:00
committed by GitHub
+2 -2
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;