mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix recording cancel
This commit is contained in:
parent
da603728ba
commit
be5357c365
48 changed files with 60 additions and 18 deletions
|
@ -503,7 +503,7 @@
|
|||
var html = '';
|
||||
|
||||
if (result.Items.length) {
|
||||
html += '<h1 class="listHeader">' + Globalize.translate('HeaderResume') + '</h1>';
|
||||
html += '<h1 class="listHeader">' + Globalize.translate('HeaderContinueWatching') + '</h1>';
|
||||
if (enableScrollX()) {
|
||||
html += '<div is="emby-itemscontainer" class="hiddenScrollX itemsContainer">';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue