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

Fix up to date display

This commit is contained in:
Eric Reed 2013-02-28 15:00:17 -05:00
parent 6194a098e6
commit d8a3ca396a

View file

@ -306,7 +306,7 @@
ApiClient.getAvailableApplicationUpdate().done(function (packageInfo) {
var version = packageInfo.versions[0];
var version = packageInfo[0];
if (!version) {
$('#pUpToDate', page).show();