mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02: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