started cleaning up episode page.

This commit is contained in:
Keivan Beigi
2013-04-22 19:07:21 -07:00
parent 9efee65966
commit 9a42e305ad
18 changed files with 528 additions and 63 deletions

View File

@@ -1,4 +1,5 @@
using FluentValidation;
using Newtonsoft.Json;
namespace NzbDrone.Api.REST
{
@@ -6,6 +7,7 @@ namespace NzbDrone.Api.REST
{
public int Id { get; set; }
[JsonIgnore]
public virtual string ResourceName
{
get