mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-26 02:27:06 +01:00
replace all images when using identify function
This commit is contained in:
@@ -489,9 +489,9 @@ namespace MediaBrowser.Api.Playback
|
||||
if (state.SubtitleStream != null && state.SubtitleStream.IsTextSubtitleStream)
|
||||
{
|
||||
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