1
0
Fork 0
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:
Luke Pulverenti 2016-04-28 13:21:28 -04:00
parent ba45e06d36
commit de67415aa8
2 changed files with 3 additions and 13 deletions

View file

@ -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) {