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

Fix syntax error caused by deminification

This commit is contained in:
Claus Vium 2019-01-26 08:51:01 +01:00
parent f3df5c9ed2
commit a487737f4c

View file

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