Browse Source

Add support for DVBSUB subtitles

Jaakko Luttinen 2 years ago
parent
commit
524ff89ee9
1 changed files with 1 additions and 0 deletions
  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'}
         ]
     };