mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
New: Add Extra Audio Format Unit Test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Specialized;
|
||||
@@ -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];
|
||||
@@ -175,4 +175,4 @@ namespace NzbDrone.Common.Http
|
||||
.ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user