1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Removed some unused models from NzbDrone.Web

This commit is contained in:
kay.one
2012-01-18 20:01:50 -08:00
parent b8ac694fc4
commit 121f3258af
9 changed files with 1 additions and 103 deletions
@@ -1,11 +1,8 @@
using System;
namespace NzbDrone.Web.Models
namespace NzbDrone.Web.Models
{
public class SeriesSearchResultModel
{
public int Id { get; set; }
public string Title { get; set; }
public DateTime FirstAired { get; set; }
}
}