mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added new studio image provider
This commit is contained in:
parent
f9ec680145
commit
dfec6b307b
16 changed files with 95 additions and 128 deletions
|
@ -22,13 +22,14 @@
|
|||
|
||||
<div id="recentlyAddedAlbums">
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<h1 class="listHeader">Latest Songs</h1>
|
||||
|
||||
<div id="recentlyAddedSongs">
|
||||
</div>
|
||||
|
||||
<div id="recentlyPlayed" style="display: none;">
|
||||
<br />
|
||||
<h1 class="listHeader">Recently Played</h1>
|
||||
|
||||
<div id="recentlyPlayedSongs">
|
||||
|
@ -36,6 +37,7 @@
|
|||
</div>
|
||||
|
||||
<div id="topPlayed" style="display: none;">
|
||||
<br />
|
||||
<h1 class="listHeader">Frequently Played</h1>
|
||||
|
||||
<div id="topPlayedSongs">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue