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

Merge pull request #76 from cvium/fix_deminify_error

Fix syntax error caused by deminification
This commit is contained in:
Andrew Rabert 2019-01-26 03:15:32 -05:00 committed by GitHub
commit 11546fba5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,8 +157,8 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function(appSett
}, function() { }, function() {
appSettings.set(htmlMediaAutoplayAppStorageKey, "false"); appSettings.set(htmlMediaAutoplayAppStorageKey, "false");
}); });
} });
}); }
var deviceId; var deviceId;
var deviceName; var deviceName;