mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add custom collection sort orders to edit page
This commit is contained in:
parent
708ca5d32f
commit
5057ffec65
12 changed files with 86 additions and 39 deletions
|
@ -982,7 +982,7 @@
|
|||
|
||||
var href = LibraryBrowser.getHref(item.CurrentProgram || item);
|
||||
|
||||
html += "<div><a href='" + href + "'><img class='nowPlayingBarImage ' alt='' title='' src='" + url + "' style='height:36px;display:inline-block;' /></a></div>";
|
||||
html += "<div><a href='" + href + "'><img class='nowPlayingBarImage ' alt='' title='' src='" + url + "' style='height:40px;display:inline-block;' /></a></div>";
|
||||
|
||||
if (item.SeriesName || item.Album || item.CurrentProgram) {
|
||||
html += '<div class="nowPlayingText">' + seriesName + '<br/>' + name + '</div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue