mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce rescanning due to IsOffline
This commit is contained in:
parent
521b20f86a
commit
cbca3a20ae
23 changed files with 115 additions and 68 deletions
|
@ -499,7 +499,7 @@
|
|||
var width = 240;
|
||||
var chapterHtml = '<a class="card backdropCard chapterCard" href="#" style="margin-right:1em;width:' + width + 'px;" data-position="' + c.StartPositionTicks + '">';
|
||||
chapterHtml += '<div class="cardBox">';
|
||||
chapterHtml += '<div class="cardScalable">';
|
||||
chapterHtml += '<div class="cardScalable visualCardBox-cardScalable">';
|
||||
chapterHtml += '<div class="cardPadder cardPadder-backdrop"></div>';
|
||||
|
||||
chapterHtml += '<div class="cardContent">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue