mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 22:23:34 -07:00
Remove unused variable
This commit is contained in:
parent
ef1f4615e6
commit
3afed2be8c
1 changed files with 0 additions and 7 deletions
|
@ -45,13 +45,6 @@ namespace Ombi.Store.Entities
|
|||
|
||||
public int? RequestId { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public ICollection<PlexEpisode> PlexEpisodes
|
||||
{
|
||||
get => (ICollection<PlexEpisode>)Episodes;
|
||||
set => Episodes = (ICollection<IMediaServerEpisode>)value;
|
||||
}
|
||||
|
||||
public override RecentlyAddedType RecentlyAddedType => RecentlyAddedType.Plex;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue