mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Add "text/x-ssa" to list of known subtitle mimes
GStreamer does not do external .ass subs ATM, but we should treat them as subtitles anyway.
This commit is contained in:
@@ -7,6 +7,7 @@ var appName = 'Clapper';
|
|||||||
var appId = 'com.github.rafostar.Clapper';
|
var appId = 'com.github.rafostar.Clapper';
|
||||||
var subsMimes = [
|
var subsMimes = [
|
||||||
'application/x-subrip',
|
'application/x-subrip',
|
||||||
|
'text/x-ssa',
|
||||||
];
|
];
|
||||||
|
|
||||||
var clapperPath = null;
|
var clapperPath = null;
|
||||||
|
Reference in New Issue
Block a user