Files
ersatztv/ErsatzTV.Application/Configuration/Commands/SaveConfigElementByKey.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

6 lines
164 B
C#

using ErsatzTV.Core.Domain;
namespace ErsatzTV.Application.Configuration;
public record SaveConfigElementByKey(ConfigElementKey Key, string Value) : IRequest;