瀏覽代碼

Disallow flac from video transcoding. (#423)

Ian Walton 1 年之前
父節點
當前提交
ff0405289f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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