diff --git a/src/components/remotecontrol/remotecontrol.js b/src/components/remotecontrol/remotecontrol.js index ad11b2719c..56c9ecb010 100644 --- a/src/components/remotecontrol/remotecontrol.js +++ b/src/components/remotecontrol/remotecontrol.js @@ -139,7 +139,7 @@ function updateNowPlayingInfo(context, state, serverId) { const displayName = item ? getNowPlayingNameHtml(item).replace('
', ' - ') : ''; if (item) { 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 albumName = ''; if (item.Artists != null) {