1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix playlist runtime display

This commit is contained in:
Luke Pulverenti 2015-08-17 00:56:22 -04:00
parent bc693bbdc6
commit 357932766d
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
var title = parts[parts.length - 1];
// Switch these two around for video
if (state.NowPlayingItem.MediaType == 'Video') {
if (state.NowPlayingItem.MediaType == 'Video' && parts.length > 1) {
var temp = artist;
artist = title;
title = temp;

View file

@ -41,7 +41,7 @@
html += '<paper-fab class="listAvatar" icon="live-tv" item-icon></paper-fab>';
html += '<paper-item-body two-line>';
html += '<paper-item-body three-line>';
html += '<a class="clearLink" href="livetvseriestimer.html?id=' + timer.Id + '">';
html += '<div>';