mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channels
This commit is contained in:
parent
e17ea4ac1e
commit
949a67054f
4 changed files with 13 additions and 12 deletions
|
@ -1018,7 +1018,6 @@
|
|||
|
||||
function playInternalPostMediaSourceSelection(item, mediaSource, startPosition, callback) {
|
||||
|
||||
Dashboard.hideModalLoadingMsg();
|
||||
|
||||
self.currentMediaSource = mediaSource;
|
||||
self.currentItem = item;
|
||||
|
@ -1031,6 +1030,7 @@
|
|||
|
||||
} else if (item.MediaType === "Audio") {
|
||||
|
||||
Dashboard.hideModalLoadingMsg();
|
||||
playAudio(item, self.currentMediaSource, startPosition, callback);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue