mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Adding/Removing rootDirs will refresh UI properly.
This commit is contained in:
parent
b3d1b8c47e
commit
e306f0f817
2 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ $(".addExistingButton").live('click', function () {
|
|||
|
||||
function reloadExistingSeries() {
|
||||
$.get(existingSeriesUrl, function (data) {
|
||||
$('#existingSeriesTab').html(data);
|
||||
$('#existingSeries').html(data);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue