move year below title in now playing bar for movies
This commit is contained in:
@@ -115,7 +115,10 @@
|
||||
}
|
||||
|
||||
html += "<div><img class='nowPlayingBarImage ' alt='' title='' src='" + url + "' style='height:36px;display:inline-block;' /></div>";
|
||||
html += '<div>' + series_name + '<br/>' + name + '</div>';
|
||||
if (item.Type == "Movie")
|
||||
html += '<div>' + name + '<br/>' + series_name + '</div>';
|
||||
else
|
||||
html += '<div>' + series_name + '<br/>' + name + '</div>';
|
||||
|
||||
$('#mediaInfo', nowPlayingBar).html(html);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user