mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-10 04:52:42 +01:00
Bug: Fixed ND-9, no longer strip out * from SABnzbd categories, * is Default.
This commit is contained in:
parent
359f6ea012
commit
5f0c03d69d
@ -179,8 +179,6 @@ public virtual SabnzbdCategoryModel GetCategories(string host = null, int port =
|
||||
|
||||
var deserialized = new JavaScriptSerializer().Deserialize<SabnzbdCategoryModel>(response);
|
||||
|
||||
deserialized.categories.Remove("*");
|
||||
|
||||
return deserialized;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user