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:
Mark McDowall 2011-06-21 17:11:08 -07:00
parent 950e600964
commit cdf77ad2df
2 changed files with 1 additions and 3 deletions

View File

@ -228,8 +228,6 @@ namespace NzbDrone.Core.Providers
tvDbSeriesInfo.SeriesName, successCount, failCount);
}
public virtual void UpdateEpisode(Episode episode)
{
_database.Update(episode);

View File

@ -46,7 +46,7 @@ namespace NzbDrone.Core.Repository
[Ignore]
public bool Hidden { get; set; }
[Ignore]
[ResultColumn]
public QualityProfile QualityProfile { get; set; }
[ResultColumn]