mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added db migration to deal with the settings changes.
This commit is contained in:
@@ -45,9 +45,9 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests
|
||||
_remoteEpisode.ParsedEpisodeInfo.FullSeason = false;
|
||||
|
||||
Subject.Definition = new DownloadClientDefinition();
|
||||
Subject.Definition.Settings = new FolderSettings
|
||||
Subject.Definition.Settings = new PneumaticSettings
|
||||
{
|
||||
Folder = _pneumaticFolder
|
||||
NzbFolder = _pneumaticFolder
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user