* migrate macos config folder on startup, if needed * add macos config folder health check * update macos fix; update changelog
6 lines
109 B
C#
6 lines
109 B
C#
namespace ErsatzTV.Core.Health.Checks;
|
|
|
|
public interface IMacOsConfigFolderHealthCheck : IHealthCheck
|
|
{
|
|
}
|