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

resolve web client playback issue

This commit is contained in:
Luke Pulverenti 2015-04-08 00:01:52 -04:00
parent b25368d4ac
commit 56829929c4
2 changed files with 4 additions and 6 deletions

View file

@ -929,7 +929,7 @@
self.playVideo = function (item, mediaSource, startPosition) {
var streamInfo = self.createStreamInfo('video', item, mediaSource, startPosition);
var streamInfo = self.createStreamInfo('Video', item, mediaSource, startPosition);
var videoUrl = streamInfo.url;
var contentType = streamInfo.contentType;