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

Update nowplaying.html

Add Tv show Support
This commit is contained in:
Samuel 2020-04-10 12:59:01 -04:00 committed by GitHub
parent 34cea7120b
commit 5926b1cb9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,9 @@
<div class="nowPlayingInfoContainerMedia">
<h2 class="nowPlayingPageTitle"></h2>
<div style="font-weight:bold;" class="nowPlayingSongName"></div>
<div class="nowPlayingAlbum"></div>
<div class="nowPlayingArtist"></div>
<div style="font-weight:bold;" class="nowPlayingSongName nowPlayingEpisode"></div>
<div class="nowPlayingAlbum nowPlayingSeason"></div>
<div class="nowPlayingArtist nowPlayingSerie"></div>
</div>
<div class="nowPlayingPageUserDataButtonsTitle"></div>