mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Cast audio playback enhancements
* Instant mix works, but not sure about managing the mix * Shuffle _should_ work, but same thing with mgmt Receiver page has also been enhanced for music playback.
This commit is contained in:
parent
dc2fc2f857
commit
6805109fb4
4 changed files with 307 additions and 51 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
html += '<tbody>';
|
||||
|
||||
$.each(MediaPlayer.playlist, function (i, item) {
|
||||
$.each(MediaController.playlist, function (i, item) {
|
||||
|
||||
var name = LibraryBrowser.getPosterViewDisplayName(item);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue