mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce traffic from play to feature
This commit is contained in:
parent
7b80b2ea32
commit
58cebe2486
18 changed files with 157 additions and 59 deletions
|
@ -1011,7 +1011,7 @@
|
|||
ticks *= value;
|
||||
|
||||
var item = currentItem;
|
||||
if (item && item.Chapters && item.Chapters[0].ImageTag) {
|
||||
if (item && item.Chapters && item.Chapters.length && item.Chapters[0].ImageTag) {
|
||||
var html = getChapterBubbleHtml(connectionManager.getApiClient(item.ServerId), item, item.Chapters, ticks);
|
||||
|
||||
if (html) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue