mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #1835 - Series tab hangs when no series setup
This commit is contained in:
parent
5a746c5b50
commit
3701382615
1 changed files with 8 additions and 6 deletions
|
@ -91,6 +91,7 @@
|
|||
var elem = context.querySelector('#items');
|
||||
elem.innerHTML = html;
|
||||
|
||||
if (timers.length) {
|
||||
elem.querySelector('.paperList').addEventListener('click', function (e) {
|
||||
|
||||
var btnCancelSeries = parentWithClass(e.target, 'btnCancelSeries');
|
||||
|
@ -98,6 +99,7 @@
|
|||
deleteSeriesTimer(context, btnCancelSeries.getAttribute('data-seriestimerid'));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue