diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js index faccf46b3..e9567d853 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js @@ -844,6 +844,10 @@ selectDate(context); }); + context.querySelector('.btnSelectDateIcon').addEventListener('click', function () { + selectDate(context); + }); + context.querySelector('.btnUnlockGuide').addEventListener('click', function () { currentStartIndex = 0; channelsPromise = null; diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html b/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html index 7770f43ac..8f5201e9a 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html @@ -21,6 +21,9 @@
+ diff --git a/dashboard-ui/css/mediaplayer-video.css b/dashboard-ui/css/mediaplayer-video.css index 6277c0b82..4d57cad8e 100644 --- a/dashboard-ui/css/mediaplayer-video.css +++ b/dashboard-ui/css/mediaplayer-video.css @@ -362,6 +362,8 @@ video::-webkit-media-text-track-background { ::cue { background-color: transparent; text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); + -webkit-font-smoothing: antialiased; + font-family: inherit; } .videoSubtitles { diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index fe444d654..340de891e 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -185,7 +185,7 @@
${LabelMusicStreamingTranscodingBitrateHelp}
-
  • +
  • ${OptionIgnoreTranscodeByteRangeRequestsHelp}
    diff --git a/dashboard-ui/strings/en-US.json b/dashboard-ui/strings/en-US.json index 8b1a4c2ad..564913957 100644 --- a/dashboard-ui/strings/en-US.json +++ b/dashboard-ui/strings/en-US.json @@ -366,7 +366,7 @@ "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced. This will cause library scans to take longer and will result in more disk activity.", "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced. This will cause library scans to take longer and will result in more disk activity.", "LabelFanartApiKey": "Personal api key:", - "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.", + "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return images that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.", "ExtractChapterImagesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs when videos are discovered, and also as a nightly scheduled task. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.", "LabelMetadataDownloadLanguage": "Preferred download language:", "LabelImageSavingConvention": "Image saving convention:",