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:
parent
b25368d4ac
commit
56829929c4
2 changed files with 4 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue