mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixed show grid, added details page
This commit is contained in:
parent
772452aa8b
commit
4d4a8198eb
15 changed files with 153 additions and 117 deletions
|
@ -1,10 +1,12 @@
|
|||
using System;
|
||||
using SubSonic.SqlGeneration.Schema;
|
||||
|
||||
namespace NzbDrone.Core.Repository
|
||||
{
|
||||
public class Series
|
||||
{
|
||||
public int Id
|
||||
[SubSonicPrimaryKey]
|
||||
public int TvdbId
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
@ -22,6 +24,7 @@ namespace NzbDrone.Core.Repository
|
|||
set;
|
||||
}
|
||||
|
||||
[SubSonicLongString]
|
||||
public string Overview
|
||||
{
|
||||
get;
|
||||
|
@ -51,5 +54,6 @@ namespace NzbDrone.Core.Repository
|
|||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue