Files
ersatztv/ErsatzTV/Services/Validators/IEnvironmentValidator.cs
T
Jason DoveandGitHub 9016523757 cleanup some exceptions; add health check (#2495)
* handle artwork timeouts so they aren't reported

* catch some more cancellation errors

* add free space validation on startup

* add downgrade health check

* update dependencies
2025-10-07 09:50:55 -05:00

7 lines
111 B
C#

namespace ErsatzTV.Services.Validators;
public interface IEnvironmentValidator
{
Task<bool> Validate();
}