mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed issue with seriesLookup boxes not autocompleting after adding or removing a rootDir.
This commit is contained in:
parent
2aaa23b11d
commit
1317b8fbef
2 changed files with 11 additions and 2 deletions
|
@ -74,7 +74,7 @@ function refreshRoot() {
|
|||
$('#rootDirs').html(data);
|
||||
});
|
||||
reloadAddNew();
|
||||
reloadExistingSeries();
|
||||
reloadExistingSeries();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue