mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
306d82dbe9
9 changed files with 291 additions and 140 deletions
|
@ -215,7 +215,7 @@
|
|||
|
||||
html += '<th></th>';
|
||||
|
||||
html += '<th class="tabletColumn">Track</th>';
|
||||
html += '<th>Track</th>';
|
||||
|
||||
if (options.showAlbum) {
|
||||
html += '<th>Album</th>';
|
||||
|
@ -241,7 +241,7 @@
|
|||
if (num && item.ParentIndexNumber) {
|
||||
num = item.ParentIndexNumber + "." + num;
|
||||
}
|
||||
html += '<td class="tabletColumn">' + (num || "") + '</td>';
|
||||
html += '<td>' + (num || "") + '</td>';
|
||||
|
||||
html += '<td><a href="' + LibraryBrowser.getHref(item, "music") + '">' + (item.Name || "") + '</a></td>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue