mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
After adding all existing series, show no series message to user.
This commit is contained in:
parent
65417bd8ec
commit
2fc561f195
1 changed files with 5 additions and 3 deletions
|
@ -47,6 +47,8 @@ $(".addExistingButton").live('click', function () {
|
||||||
},
|
},
|
||||||
success: function() {
|
success: function() {
|
||||||
root.hide('highlight', 'fast');
|
root.hide('highlight', 'fast');
|
||||||
|
if ($('.existingSeries').filter(":visible").length === 1)
|
||||||
|
reloadExistingSeries();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue