From b7bc858517490849338da2d392ee07aa7b4a8997 Mon Sep 17 00:00:00 2001 From: advplyr <67830747+advplyr@users.noreply.github.com> Date: Sat, 19 Feb 2022 06:12:49 -0600 Subject: [PATCH] Update chromecast_receiver.css --- client/static/chromecast_receiver.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/static/chromecast_receiver.css b/client/static/chromecast_receiver.css index f9e918f2..378c39d6 100644 --- a/client/static/chromecast_receiver.css +++ b/client/static/chromecast_receiver.css @@ -3,7 +3,7 @@ } .logo { - background-image: url(https://github.com/advplyr/audiobookshelf/blob/master/client/static/Logo.png); + background-image: url(https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/Logo.png); } .progressBar { @@ -11,6 +11,6 @@ } .watermark { - background-image: url(https://github.com/advplyr/audiobookshelf/blob/master/client/static/icon64.png); + background-image: url(https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/icon64.png); background-size: 64px 64px; }