Quellcode durchsuchen

Disallow flac from video transcoding. (#423)

Ian Walton vor 1 Jahr
Ursprung
Commit
ff0405289f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      native/nativeshell.js

+ 1 - 1
native/nativeshell.js

@@ -180,7 +180,7 @@ function getDeviceProfile() {
                 'Container': 'ts',
                 'Type': 'Video',
                 'Protocol': 'hls',
-                'AudioCodec': 'aac,mp3,ac3,opus,flac,vorbis',
+                'AudioCodec': 'aac,mp3,ac3,opus,vorbis',
                 'VideoCodec': jmpInfo.settings.video.allow_transcode_to_hevc
                     ? (
                         jmpInfo.settings.video.prefer_transcode_to_h265