mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-01 03:42:51 +01:00
remove <br/> from parsed subtitles
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user