mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
New: Improved Plex Media Server authentication (Manually update settings)
This commit is contained in:
committed by
Taloth Saldono
parent
897f3fea99
commit
07be9cf47a
@@ -329,8 +329,8 @@ namespace NzbDrone.Integration.Test
|
||||
|
||||
schema.Enable = enabled;
|
||||
schema.Name = "Test UsenetBlackhole";
|
||||
schema.Fields.First(v => v.Name == "WatchFolder").Value = GetTempDirectory("Download", "UsenetBlackhole", "Watch");
|
||||
schema.Fields.First(v => v.Name == "NzbFolder").Value = GetTempDirectory("Download", "UsenetBlackhole", "Nzb");
|
||||
schema.Fields.First(v => v.Name == "watchFolder").Value = GetTempDirectory("Download", "UsenetBlackhole", "Watch");
|
||||
schema.Fields.First(v => v.Name == "nzbFolder").Value = GetTempDirectory("Download", "UsenetBlackhole", "Nzb");
|
||||
|
||||
client = DownloadClients.Post(schema);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user