1
0
Fork 0
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:
Luke Pulverenti 2016-10-25 02:17:02 -04:00
parent da603728ba
commit be5357c365
48 changed files with 60 additions and 18 deletions

View file

@ -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 {