Files
ersatztv/ErsatzTV.Application/Search/Commands/RebuildSearchIndex.cs
T
Jason DoveandGitHub 1afff11063 software decoder fixes (#1169)
* fix software decoder pipeline bugs

* tweak nvidia scaling logic

* update changelog

* update dependencies
2023-02-20 19:45:25 -06:00

4 lines
115 B
C#

namespace ErsatzTV.Application.Search;
public record RebuildSearchIndex : IRequest, IBackgroundServiceRequest;