mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Changed QualityProfile to a ResultColumn to make note that it will be used as a result only.
Wrapped find series in try/catch to prevent a case where the series is in SceneMapping, but isn't in the users database.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace NzbDrone.Core.Repository
|
||||
[Ignore]
|
||||
public bool Hidden { get; set; }
|
||||
|
||||
[Ignore]
|
||||
[ResultColumn]
|
||||
public QualityProfile QualityProfile { get; set; }
|
||||
|
||||
[ResultColumn]
|
||||
|
||||
Reference in New Issue
Block a user