mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
started cleaning up episode page.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user