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

fix audio playback

This commit is contained in:
Luke Pulverenti 2015-03-04 15:37:35 -05:00
parent 4055e10a4e
commit aa333d4a60
4 changed files with 7 additions and 6 deletions

View file

@ -598,7 +598,7 @@
} else if (item.MediaType === "Audio") {
mediaSource = getOptimalMediaSource(item.MediaType, result.MediaSources);;
mediaSource = getOptimalMediaSource(item.MediaType, item.MediaSources);
if (mediaSource) {
self.currentItem = item;