diff --git a/dashboard-ui/autoorganizelog.html b/dashboard-ui/autoorganizelog.html index 0656746acd..f6cbf26bd7 100644 --- a/dashboard-ui/autoorganizelog.html +++ b/dashboard-ui/autoorganizelog.html @@ -47,7 +47,7 @@ -
'; - var name = chapter.Name || "Chapter " + (i + 1); + var textLines = []; + textLines.push(chapter.Name); + textLines.push(Dashboard.getDisplayTime(chapter.StartPositionTicks)); - html += '
'; - html += '
'; + + if (selected) { + optionHtml += ''; } - html += '
${ReferToMediaLibraryWiki}