mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update use of shellexecute
This commit is contained in:
parent
633ed72ae8
commit
ec06f3cc61
11 changed files with 74 additions and 31 deletions
|
@ -297,7 +297,10 @@ define(['browser'], function (browser) {
|
|||
if (!mp3Added) {
|
||||
videoAudioCodecs.push('mp3');
|
||||
}
|
||||
hlsVideoAudioCodecs.push('mp3');
|
||||
if (!browser.ps4) {
|
||||
// PS4 fails to load HLS with mp3 audio
|
||||
hlsVideoAudioCodecs.push('mp3');
|
||||
}
|
||||
}
|
||||
|
||||
if (browser.tizen || options.supportsDts) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue