mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Application will automatically restart on db error.
Added SyncProvider Tests
This commit is contained in:
parent
fcf51978f9
commit
8cade435d1
5 changed files with 65 additions and 5 deletions
|
@ -30,6 +30,11 @@ namespace NzbDrone.Core.Providers
|
|||
_episodeProvider = episodeProvider;
|
||||
}
|
||||
|
||||
public MediaFileProvider()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Scans the specified series folder for media files
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue