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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user