mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add recording images
This commit is contained in:
parent
1cf155be4a
commit
327d065973
7 changed files with 15 additions and 12 deletions
|
@ -336,8 +336,8 @@ define(['browser'], function (browser) {
|
|||
}
|
||||
|
||||
if (browser.tizen) {
|
||||
mp4VideoCodecs.push('mpeg2video')
|
||||
mp4VideoCodecs.push('vc1')
|
||||
mp4VideoCodecs.push('mpeg2video');
|
||||
mp4VideoCodecs.push('vc1');
|
||||
}
|
||||
|
||||
if (canPlayMkv && mp4VideoCodecs.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue