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:
parent
f3df5c9ed2
commit
a487737f4c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue