mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Manage multiple Tv Root Folders in Settings/General.
Start of AddExisting.
This commit is contained in:
@@ -18,13 +18,12 @@ namespace NzbDrone.Core.Providers
|
||||
/// <param name="id">The TVDB ID of the series</param>
|
||||
/// <returns>Whether or not the show is monitored</returns>
|
||||
bool IsMonitored(long id);
|
||||
|
||||
TvdbSeries MapPathToSeries(string path);
|
||||
void AddSeries(string path, TvdbSeries series);
|
||||
Dictionary<Guid, String> GetUnmappedFolders();
|
||||
Series FindSeries(string cleanTitle);
|
||||
bool QualityWanted(int seriesId, QualityTypes quality);
|
||||
void UpdateSeries(Series series);
|
||||
void DeleteSeries(int seriesId);
|
||||
bool SeriesPathExists(string cleanPath);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user