|
|
@ -317,14 +317,7 @@ public class TrickplayManager : ITrickplayManager
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var libraryOptions = _libraryManager.GetLibraryOptions(video);
|
|
|
|
var libraryOptions = _libraryManager.GetLibraryOptions(video);
|
|
|
|
if (libraryOptions is not null)
|
|
|
|
if (libraryOptions is null || !libraryOptions.EnableTrickplayImageExtraction)
|
|
|
|
{
|
|
|
|
|
|
|
|
if (!libraryOptions.EnableTrickplayImageExtraction)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|