Skip to content

Commit

Permalink
Merge pull request #2244 from Artiume/patch-2
Browse files Browse the repository at this point in the history
Fix Continue Listening

(cherry picked from commit e752116)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
  • Loading branch information
thornbill authored and joshuaboniface committed Dec 31, 2020
1 parent efe4374 commit 5d42ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/homesections/homesections.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ import ServerConnections from '../ServerConnections';
function loadResumeAudio(elem, apiClient, userId) {
let html = '';

html += '<h2 class="sectionTitle sectionTitle-cards padded-left">' + globalize.translate('HeaderContinueWatching') + '</h2>';
html += '<h2 class="sectionTitle sectionTitle-cards padded-left">' + globalize.translate('HeaderContinueListening') + '</h2>';
if (enableScrollX()) {
html += '<div is="emby-scroller" class="padded-top-focusscale padded-bottom-focusscale" data-centerfocus="true">';
html += '<div is="emby-itemscontainer" class="itemsContainer scrollSlider focuscontainer-x" data-monitor="audioplayback,markplayed">';
Expand Down

0 comments on commit 5d42ac1

Please sign in to comment.