mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
added more tests for seriesprovider
This commit is contained in:
parent
b21bdbe41f
commit
8a3fe0f14e
10 changed files with 90 additions and 34 deletions
|
@ -36,6 +36,8 @@ namespace NzbDrone.Core.Repository.Quality
|
|||
get
|
||||
{
|
||||
string result = String.Empty;
|
||||
if (Allowed == null) return result;
|
||||
|
||||
foreach (var q in Allowed)
|
||||
{
|
||||
result += (int)q + "|";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue