1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Upcoming grid NzbDroned. Bye Telerik Grid.

This commit is contained in:
Mark McDowall
2012-02-06 17:22:17 -08:00
parent c7c56f5ab8
commit 93355a4ae1
11 changed files with 210 additions and 275 deletions
@@ -1,12 +0,0 @@
using System.Collections.Generic;
using NzbDrone.Core.Repository;
namespace NzbDrone.Core.Model
{
public class UpcomingEpisodesModel
{
public List<Episode> Yesterday { get; set; }
public List<Episode> Today { get; set; }
public List<Episode> Week { get; set; }
}
}