1
0
Fork 0
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:
Fernando 2020-07-01 16:37:31 +02:00 committed by ferferga
parent b4d4b4fab9
commit a715bd8e6a

View file

@ -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,