mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
Added a bunch of extra MediaInfo formats.
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);
|
||||
@@ -175,4 +175,4 @@ namespace NzbDrone.Common.Http
|
||||
.ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user