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

Merge pull request #1701 from MediaBrowser/dev

Dev
This commit is contained in:
Luke 2016-05-02 13:13:04 -04:00
commit a97b235999

View file

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