From 870c5e2f2da385b932ab95ef65408c597193f328 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 24 Aug 2016 23:44:59 -0400 Subject: [PATCH] fix dynamic images for osx --- dashboard-ui/scripts/itemlistpage.js | 1 + dashboard-ui/strings/en-US.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/itemlistpage.js b/dashboard-ui/scripts/itemlistpage.js index e1c72d7ad8..de9ea73ad4 100644 --- a/dashboard-ui/scripts/itemlistpage.js +++ b/dashboard-ui/scripts/itemlistpage.js @@ -60,6 +60,7 @@ itemsContainer.classList.remove('vertical-list'); itemsContainer.classList.add('vertical-wrap'); + itemsContainer.classList.add('centered'); } itemsContainer.innerHTML = ''; } diff --git a/dashboard-ui/strings/en-US.json b/dashboard-ui/strings/en-US.json index 964782255a..a273aedece 100644 --- a/dashboard-ui/strings/en-US.json +++ b/dashboard-ui/strings/en-US.json @@ -2300,7 +2300,7 @@ "LabelffmpegVersion": "FFmpeg version:", "LabelffmpegPathHelp": "The path to your downloaded FFmpeg application, or folder containing FFmpeg.", "SetupFFmpeg": "Setup FFmpeg", - "SetupFFmpegHelp": "FFmpeg is a required component and needs to be configured.", + "SetupFFmpegHelp": "Emby may require a library or application to convert certain media types. There are many different applications available, however, Emby has been tested to work with ffmpeg. Emby is in no way affiliated with ffmpeg, its ownership, code or distribution.", "EnterFFmpegLocation": "Enter FFmpeg path", "DownloadFFmpeg": "Download FFmpeg", "FFmpegSuggestedDownload": "Suggested download: {0}",