mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed failure when trying to add the first root dir (Missing Telerik scripts for combobox).
This commit is contained in:
@@ -215,6 +215,7 @@ namespace NzbDrone.Web.Controllers
|
||||
{
|
||||
Id = 0,
|
||||
Path = "",
|
||||
CleanPath = "",
|
||||
SelectList = new SelectList(new List<string> { "" }, "")
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user