Application will automatically restart on db error.

Added SyncProvider Tests
This commit is contained in:
kay.one 2011-04-09 19:28:54 -07:00
commit 8cade435d1
5 changed files with 65 additions and 5 deletions

View file

@ -30,6 +30,11 @@ namespace NzbDrone.Core.Providers
_episodeProvider = episodeProvider;
}
public MediaFileProvider()
{
}
/// <summary>
/// Scans the specified series folder for media files
/// </summary>