mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
started cleaning up episode page.
This commit is contained in:
parent
9efee65966
commit
9a42e305ad
18 changed files with 528 additions and 63 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue