* fix software decoder pipeline bugs * tweak nvidia scaling logic * update changelog * update dependencies
4 lines
115 B
C#
4 lines
115 B
C#
namespace ErsatzTV.Application.Search;
|
|
|
|
public record RebuildSearchIndex : IRequest, IBackgroundServiceRequest;
|