mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-07 09:15:58 +00: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);
|
||||
|
||||
deserialized.categories.Remove("*");
|
||||
|
||||
return deserialized;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user