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:
parent
c2800786fa
commit
bf21a282da
2 changed files with 37 additions and 16 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue