mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Improve syntax
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
b4d4b4fab9
commit
a715bd8e6a
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ define(['browser', 'datetime', 'backdrop', 'libraryBrowser', 'listView', 'imageL
|
|||
if (autoFocusContextButton) {
|
||||
contextButton.focus();
|
||||
}
|
||||
let stopPlayback = false || layoutManager.mobile;
|
||||
const stopPlayback = !!layoutManager.mobile;
|
||||
var options = {
|
||||
play: false,
|
||||
queue: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue