* Used a UUID in HDHomeRun config to allow multiple instances on a same network * tweak some async calls * try to fix line endings --------- Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
4 lines
82 B
C#
4 lines
82 B
C#
namespace ErsatzTV.Application.HDHR;
|
|
|
|
public record GetHDHRUUID : IRequest<Guid>;
|