1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: AniList Import List

This commit is contained in:
Xabis
2023-08-13 19:26:03 -04:00
committed by GitHub
parent efd19b6a6d
commit 465a584486
12 changed files with 813 additions and 0 deletions
@@ -83,6 +83,13 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
return results;
}
public List<Series> SearchForNewSeriesByAniListId(int aniListId)
{
var results = SearchForNewSeries($"anilist:{aniListId}");
return results;
}
public List<Series> SearchForNewSeries(string title)
{
try