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:
Rafał Dzięgiel
2021-05-13 21:01:11 +02:00
parent af0e082c43
commit 9006e56534

View File

@@ -7,6 +7,7 @@ var appName = 'Clapper';
var appId = 'com.github.rafostar.Clapper';
var subsMimes = [
'application/x-subrip',
'text/x-ssa',
];
var clapperPath = null;