1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 11:22:06 +00:00
Lidarr/NzbDrone.Core/Providers
Mark McDowall cdf77ad2df 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.
2011-06-21 17:11:08 -07:00
..
Core Wired-up drop folder move 2011-06-20 22:44:01 -07:00
ExternalNotification
Fakes
Indexer
Jobs Wired-up drop folder move 2011-06-20 22:44:01 -07:00
AutoConfigureProvider.cs
DiskScanProvider.cs Drop folder is now wired. needs more tests. 2011-06-20 23:34:45 -07:00
DownloadProvider.cs
EpisodeProvider.cs Changed QualityProfile to a ResultColumn to make note that it will be used as a result only. 2011-06-21 17:11:08 -07:00
ExternalNotificationProvider.cs
HistoryProvider.cs HistoryProvider will return History Items with Episode and SeriesTitle. 2011-06-19 16:44:45 -07:00
IndexerProvider.cs Reverted back to Single<T> instead of SingleOrDefault<T> except when searching for an episode in DB. 2011-06-18 16:03:58 -07:00
InventoryProvider.cs
MediaFileProvider.cs Drop folder is now wired. needs more tests. 2011-06-20 23:34:45 -07:00
NotificationProvider.cs
QualityProvider.cs Reverted back to Single<T> instead of SingleOrDefault<T> except when searching for an episode in DB. 2011-06-18 16:03:58 -07:00
RootDirProvider.cs
SabProvider.cs
SceneMappingProvider.cs
SeriesProvider.cs Merge branch 'master' of git://github.com/kayone/NzbDrone 2011-06-20 00:16:01 -07:00
TvDbProvider.cs Wired-up drop folder move 2011-06-20 22:44:01 -07:00
UpcomingEpisodesProvider.cs UpcomingProvider now gets Series in call for episodes. 2011-06-19 20:08:09 -07:00
XbmcProvider.cs