1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update SocketHttpListener

This commit is contained in:
Luke Pulverenti 2016-11-06 12:57:34 -05:00
parent 20a57259dd
commit 0dd863cc82
5 changed files with 24 additions and 24 deletions

View file

@ -821,7 +821,7 @@ var Dashboard = {
if (enableVlcAudio) {
profile.DirectPlayProfiles.push({
Container: "aac,mp3,mpa,wav,wma,mp2,ogg,oga,webma,ape,m4a,opus,flac",
Container: "aac,mp3,mpa,wav,wma,mp2,ogg,oga,webma,ape,opus,flac",
Type: 'Audio'
});