1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix dynamic images for osx

This commit is contained in:
Luke Pulverenti 2016-08-24 23:44:59 -04:00
parent 48029f4dc7
commit 870c5e2f2d
2 changed files with 2 additions and 1 deletions

View file

@ -60,6 +60,7 @@
itemsContainer.classList.remove('vertical-list'); itemsContainer.classList.remove('vertical-list');
itemsContainer.classList.add('vertical-wrap'); itemsContainer.classList.add('vertical-wrap');
itemsContainer.classList.add('centered');
} }
itemsContainer.innerHTML = ''; itemsContainer.innerHTML = '';
} }

View file

@ -2300,7 +2300,7 @@
"LabelffmpegVersion": "FFmpeg version:", "LabelffmpegVersion": "FFmpeg version:",
"LabelffmpegPathHelp": "The path to your downloaded FFmpeg application, or folder containing FFmpeg.", "LabelffmpegPathHelp": "The path to your downloaded FFmpeg application, or folder containing FFmpeg.",
"SetupFFmpeg": "Setup 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", "EnterFFmpegLocation": "Enter FFmpeg path",
"DownloadFFmpeg": "Download FFmpeg", "DownloadFFmpeg": "Download FFmpeg",
"FFmpegSuggestedDownload": "Suggested download: {0}", "FFmpegSuggestedDownload": "Suggested download: {0}",