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:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user