mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed show grid, added details page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user