mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Wired-up drop folder move
This commit is contained in:
parent
f0fb5aa158
commit
63adb6b566
10 changed files with 429 additions and 304 deletions
|
@ -24,5 +24,19 @@ namespace NzbDrone.Core.Repository
|
|||
|
||||
[Ignore]
|
||||
public Series Series { get; set; }
|
||||
|
||||
[Ignore]
|
||||
public Model.Quality QualityWrapper
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Model.Quality(Quality, Proper);
|
||||
}
|
||||
set
|
||||
{
|
||||
Quality = value.QualityType;
|
||||
Proper = value.Proper;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue