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

fix spacing

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
San 2022-05-31 03:47:10 -07:00 committed by GitHub
parent b5b8476b62
commit 91b432d304
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1791,7 +1791,7 @@ function renderScenes(page, item) {
let chapters = item.Chapters || []; let chapters = item.Chapters || [];
if (chapters.length && !chapters[0].ImageTag) { if (chapters.length && !chapters[0].ImageTag) {
chapters = []; chapters = [];
} }
if (chapters.length) { if (chapters.length) {