Refactor of http client and addition of sonarr anime table
This commit is contained in:
8
Jellyfin.Plugin.MediaCleaner/Enums/ServerType.cs
Normal file
8
Jellyfin.Plugin.MediaCleaner/Enums/ServerType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Jellyfin.Plugin.MediaCleaner.Enums;
|
||||
|
||||
public enum ServerType
|
||||
{
|
||||
Radarr,
|
||||
Sonarr,
|
||||
SonarrAnime
|
||||
}
|
||||
Reference in New Issue
Block a user