mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
AddExisting clears check/hides rows once submitted. Bi-winning
AddNew, currently unable to submit. Bi-polar
This commit is contained in:
parent
c3425f493f
commit
5a8842e3db
11 changed files with 169 additions and 36 deletions
14
NzbDrone.Web/Models/SeriesSearchResultModel.cs
Normal file
14
NzbDrone.Web/Models/SeriesSearchResultModel.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
public class SeriesSearchResultModel
|
||||
{
|
||||
public int TvDbId { get; set; }
|
||||
public string TvDbName { get; set; }
|
||||
public DateTime FirstAired { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue