mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed show grid, added details page
This commit is contained in:
@@ -6,6 +6,7 @@ namespace NzbDrone.Core.Controllers
|
||||
public interface ISeriesController
|
||||
{
|
||||
IQueryable<Series> GetSeries();
|
||||
Series GetSeries(int tvdbId);
|
||||
void SyncSeriesWithDisk();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user