1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix return

This commit is contained in:
sancodes 2022-04-03 12:08:26 -07:00
parent 95423468bb
commit 161f531523

View file

@ -176,7 +176,7 @@ import confirm from '../../components/confirm/confirm';
if (!result.Items.length) {
view.querySelector('.activeRecordingsSection').classList.add('hide');
itemsContainer.innerHTML = '';
return undefined;
return;
}
view.querySelector('.activeRecordingsSection').classList.remove('hide');