mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
Adding/Removing rootDirs will refresh UI properly.
This commit is contained in:
@@ -45,7 +45,7 @@ $(".addExistingButton").live('click', function () {
|
||||
|
||||
function reloadExistingSeries() {
|
||||
$.get(existingSeriesUrl, function (data) {
|
||||
$('#existingSeriesTab').html(data);
|
||||
$('#existingSeries').html(data);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user