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

update stream generation

This commit is contained in:
Luke Pulverenti 2015-03-29 00:56:39 -04:00
parent c2800786fa
commit bf21a282da
2 changed files with 37 additions and 16 deletions

View file

@ -931,7 +931,7 @@
}
};
self.playVideo = function (deviceProfile, playbackInfo, item, mediaSource, startPosition) {
self.playVideo = function (item, mediaSource, startPosition) {
var streamInfo = self.createStreamInfo('video', item, mediaSource, startPosition);