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

update message

This commit is contained in:
Luke Pulverenti 2016-04-18 16:14:39 -04:00
parent 7cfc3ee706
commit 756de28bbf

View file

@ -145,7 +145,7 @@
apiClient.getPublicSystemInfo().then(function (info) { apiClient.getPublicSystemInfo().then(function (info) {
if (compareVersions(info.Version, '3.0.5930') == 1) { if (compareVersions(info.Version, '3.0.5931') == 1) {
showInternal(); showInternal();
} }
}); });