* fix software decoder pipeline bugs * tweak nvidia scaling logic * update changelog * update dependencies
6 lines
164 B
C#
6 lines
164 B
C#
using ErsatzTV.Core.Domain;
|
|
|
|
namespace ErsatzTV.Application.Configuration;
|
|
|
|
public record SaveConfigElementByKey(ConfigElementKey Key, string Value) : IRequest;
|