diff --git a/src/renderer/pages/PlayerPage.js b/src/renderer/pages/PlayerPage.js index 94ce3ac5..711d05d1 100644 --- a/src/renderer/pages/PlayerPage.js +++ b/src/renderer/pages/PlayerPage.js @@ -607,7 +607,7 @@ function cssBackgroundImagePoster (state) { var torrentSummary = state.getPlayingTorrentSummary() var posterPath = TorrentSummary.getPosterPath(torrentSummary) if (!posterPath) return '' - return cssBackgroundImageDarkGradient() + `, url(${posterPath})` + return cssBackgroundImageDarkGradient() + `, url('${posterPath}')` } function cssBackgroundImageDarkGradient () {