mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Upcoming view working under backbone
This commit is contained in:
@@ -17,6 +17,7 @@ namespace NzbDrone.Core.Providers
|
||||
_database = database;
|
||||
}
|
||||
|
||||
//Todo: Might be best if this is part of episode repo (when its there)
|
||||
public virtual List<Episode> UpcomingEpisodes()
|
||||
{
|
||||
return _database.Fetch<Episode, Series>(@"SELECT * FROM Episodes
|
||||
|
Reference in New Issue
Block a user