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() {
|
||||
appSettings.set(htmlMediaAutoplayAppStorageKey, "false");
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
var deviceId;
|
||||
var deviceName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue