mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #3899 from FatboyJames/patch-1
This commit is contained in:
commit
c62440f2d4
@ -139,7 +139,7 @@ function updateNowPlayingInfo(context, state, serverId) {
|
|||||||
const displayName = item ? getNowPlayingNameHtml(item).replace('<br/>', ' - ') : '';
|
const displayName = item ? getNowPlayingNameHtml(item).replace('<br/>', ' - ') : '';
|
||||||
if (item) {
|
if (item) {
|
||||||
const nowPlayingServerId = (item.ServerId || serverId);
|
const nowPlayingServerId = (item.ServerId || serverId);
|
||||||
if (item.Type == 'Audio' || item.MediaStreams[0].Type == 'Audio') {
|
if (item.Type == 'AudioBook' || item.Type == 'Audio' || item.MediaStreams[0].Type == 'Audio') {
|
||||||
let artistsSeries = '';
|
let artistsSeries = '';
|
||||||
let albumName = '';
|
let albumName = '';
|
||||||
if (item.Artists != null) {
|
if (item.Artists != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user