replace all images when using identify function

This commit is contained in:
Luke Pulverenti
2014-06-14 22:24:04 -04:00
parent f72b1f531a
commit cd1ca67ce6
4 changed files with 89 additions and 17 deletions

View File

@@ -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)