mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #541 - ItemQuery returns incorrect UserData
This commit is contained in:
parent
bf9762b065
commit
f11b8f1718
22 changed files with 23 additions and 22 deletions
|
@ -532,7 +532,8 @@
|
|||
videoCodec: h264Codec,
|
||||
audioCodec: h264AudioCodec,
|
||||
profile: 'baseline',
|
||||
level: 3
|
||||
level: 3,
|
||||
timeStampOffsetMs: 0
|
||||
}));
|
||||
|
||||
var ogvVideoUrl = ApiClient.getUrl('Videos/' + item.Id + '/stream.ogv', $.extend({}, baseParams, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue