mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Fixed failure when trying to add the first root dir (Missing Telerik scripts for combobox).
This commit is contained in:
parent
68b7ba9209
commit
47b997326b
2 changed files with 8 additions and 1 deletions
|
@ -215,6 +215,7 @@ namespace NzbDrone.Web.Controllers
|
|||
{
|
||||
Id = 0,
|
||||
Path = "",
|
||||
CleanPath = "",
|
||||
SelectList = new SelectList(new List<string> { "" }, "")
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue