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

double quote

This commit is contained in:
grafixeyehero 2019-10-08 21:00:31 +03:00
parent 6eb8e1b8fa
commit 61897f15e2

View file

@ -6,7 +6,7 @@ define(["layoutManager", "datetime", "cardBuilder", "apphost"], function (layout
} }
function getBackdropShape() { function getBackdropShape() {
return enableScrollX() ? 'overflowBackdrop' : 'backdrop'; return enableScrollX() ? "overflowBackdrop" : "backdrop";
} }
function getTimersHtml(timers, options) { function getTimersHtml(timers, options) {