mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Bug: Fixed ND-9, no longer strip out * from SABnzbd categories, * is Default.
This commit is contained in:
parent
359f6ea012
commit
5f0c03d69d
1 changed files with 0 additions and 2 deletions
|
@ -179,8 +179,6 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
var deserialized = new JavaScriptSerializer().Deserialize<SabnzbdCategoryModel>(response);
|
||||
|
||||
deserialized.categories.Remove("*");
|
||||
|
||||
return deserialized;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue