mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
New: Loads of Backend Updates to Clients and Indexers
This commit is contained in:
@@ -37,7 +37,7 @@ namespace NzbDrone.Common.Http
|
||||
}
|
||||
if (values.Length > 1)
|
||||
{
|
||||
throw new ApplicationException(string.Format("Expected {0} to occur only once.", key));
|
||||
throw new ApplicationException($"Expected {key} to occur only once, but was {values.Join("|")}.");
|
||||
}
|
||||
|
||||
return values[0];
|
||||
@@ -54,7 +54,7 @@ namespace NzbDrone.Common.Http
|
||||
return converter(value);
|
||||
}
|
||||
protected void SetSingleValue(string key, string value)
|
||||
{
|
||||
{
|
||||
if (value == null)
|
||||
{
|
||||
Remove(key);
|
||||
|
||||
Reference in New Issue
Block a user