video: fixed multispan subtitle spacing
This commit is contained in:
parent
9f38585c38
commit
25753e5274
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ class AssParser {
|
|||
);
|
||||
}
|
||||
|
||||
static String _replaceChars(String text) => text.replaceAll(r'\h', UniChars.noBreakSpace).replaceAll(r'\N', '\n').trim();
|
||||
static String _replaceChars(String text) => text.replaceAll(r'\h', UniChars.noBreakSpace).replaceAll(r'\N', '\n');
|
||||
|
||||
static int? _parseAlpha(String param) {
|
||||
final match = alphaPattern.firstMatch(param);
|
||||
|
|
Loading…
Reference in a new issue