Add Lidarr support (#30)

This commit is contained in:
Marius Nechifor
2025-01-15 23:55:34 +02:00
committed by GitHub
parent 2bc8e445ce
commit 922f586706
63 changed files with 943 additions and 243 deletions
-7
View File
@@ -1,7 +0,0 @@
namespace Domain.Enums;
public enum BlocklistType
{
Blacklist,
Whitelist
}