mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
added chapter image
This commit is contained in:
parent
7955da14c8
commit
787b0b115c
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 + '" />';
|
||||
} 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>';
|
||||
|
Loading…
Reference in New Issue
Block a user