mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04: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