소스 검색

Merge pull request #279 from jluttine/dvbsub-support

Add support for DVBSUB subtitles
Ian Walton 2 년 전
부모
커밋
320b8f0593
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      native/nativeshell.js

+ 1 - 0
native/nativeshell.js

@@ -96,6 +96,7 @@ function getDeviceProfile() {
             {'Format': 'smi', 'Method': 'External'},
             {'Format': 'pgssub', 'Method': 'Embed'},
             {'Format': 'dvdsub', 'Method': 'Embed'},
+            {'Format': 'dvbsub', 'Method': 'Embed'},
             {'Format': 'pgs', 'Method': 'Embed'}
         ]
     };