mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
After adding all existing series, show no series message to user.
This commit is contained in:
@@ -47,6 +47,8 @@ $(".addExistingButton").live('click', function () {
|
||||
},
|
||||
success: function() {
|
||||
root.hide('highlight', 'fast');
|
||||
if ($('.existingSeries').filter(":visible").length === 1)
|
||||
reloadExistingSeries();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user