mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
SABnzbd settings will now dynamically get the categories available from SABnzbd when the category drop-box gets focus, it will use values on the page so there is no need to save your settings first.
This commit is contained in:
@@ -57,6 +57,6 @@ namespace NzbDrone.Web.Models
|
||||
[DisplayFormat(ConvertEmptyStringToNull = false)]
|
||||
public string SabDropDirectory { get; set; }
|
||||
|
||||
public SelectList SabDropDirectorySelectList { get; set; }
|
||||
public SelectList SabTvCategorySelectList { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user