mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4688 from dmitrylyzo/fix-macos-alac
This commit is contained in:
commit
6304e27940
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ import browser from './browser';
|
|||
|
||||
typeString = 'audio/ogg; codecs="opus"';
|
||||
} else if (format === 'alac') {
|
||||
if (browser.iOS || browser.osx) {
|
||||
if (browser.iOS || browser.osx && browser.safari) {
|
||||
return true;
|
||||
}
|
||||
} else if (format === 'mp2') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue