mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 05:22:14 -07:00
fixed show grid, added details page
This commit is contained in:
parent
772452aa8b
commit
4d4a8198eb
15 changed files with 153 additions and 117 deletions
|
@ -6,6 +6,7 @@ namespace NzbDrone.Core.Controllers
|
|||
public interface ISeriesController
|
||||
{
|
||||
IQueryable<Series> GetSeries();
|
||||
Series GetSeries(int tvdbId);
|
||||
void SyncSeriesWithDisk();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue