mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update audio player
This commit is contained in:
parent
ba45e06d36
commit
de67415aa8
2 changed files with 3 additions and 13 deletions
|
@ -196,10 +196,6 @@ define(['appSettings', 'userSettings', 'appStorage'], function (appSettings, use
|
|||
|
||||
function updateDeviceProfileForIOS(profile) {
|
||||
|
||||
profile.DirectPlayProfiles.push({
|
||||
Container: "aac,mp3,mpa,wav,wma,mp2,ogg,oga,webma,ape,opus,flac",
|
||||
Type: 'Audio'
|
||||
});
|
||||
}
|
||||
|
||||
self.getDeviceProfile = function (maxHeight) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue