mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Bug: Fixed ND-9, no longer strip out * from SABnzbd categories, * is Default.
This commit is contained in:
@@ -179,8 +179,6 @@ namespace NzbDrone.Core.Providers
|
|||||||
|
|
||||||
var deserialized = new JavaScriptSerializer().Deserialize<SabnzbdCategoryModel>(response);
|
var deserialized = new JavaScriptSerializer().Deserialize<SabnzbdCategoryModel>(response);
|
||||||
|
|
||||||
deserialized.categories.Remove("*");
|
|
||||||
|
|
||||||
return deserialized;
|
return deserialized;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user