mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix return
This commit is contained in:
parent
95423468bb
commit
161f531523
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue