1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-24 17:01:38 +00:00

After adding all existing series, show no series message to user.

This commit is contained in:
Mark McDowall 2012-02-02 23:08:50 -08:00
parent 65417bd8ec
commit 2fc561f195

View file

@ -47,6 +47,8 @@ $(".addExistingButton").live('click', function () {
},
success: function() {
root.hide('highlight', 'fast');
if ($('.existingSeries').filter(":visible").length === 1)
reloadExistingSeries();
}
});