mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added chapter image
This commit is contained in:
parent
7955da14c8
commit
787b0b115c
2 changed files with 1 additions and 1 deletions
BIN
dashboard-ui/css/images/items/list/chapter.png
Normal file
BIN
dashboard-ui/css/images/items/list/chapter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
|
@ -290,7 +290,7 @@
|
||||||
|
|
||||||
html += '<img src="' + imgUrl + '" />';
|
html += '<img src="' + imgUrl + '" />';
|
||||||
} else {
|
} else {
|
||||||
html += '<img src="css/images/items/detail/video.png"/>';
|
html += '<img src="css/images/items/list/chapter.png"/>';
|
||||||
}
|
}
|
||||||
|
|
||||||
html += '<div class="posterViewItemText posterViewItemPrimaryText">' + chapter_name + '</div>';
|
html += '<div class="posterViewItemText posterViewItemPrimaryText">' + chapter_name + '</div>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue