remove <br/> from parsed subtitles

This commit is contained in:
Luke Pulverenti
2014-06-13 10:24:14 -04:00
parent 14216d1089
commit 6186618f3e
9 changed files with 44 additions and 14 deletions

View File

@@ -491,6 +491,7 @@ namespace MediaBrowser.Api.Playback
assSubtitleParam = GetTextSubtitleParam(state, cancellationToken);
copyTsParam = " -copyts";
}
//copyTsParam = " -copyts";
// If fixed dimensions were supplied
if (request.Width.HasValue && request.Height.HasValue)