Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SPOTIFY_CLIENT_ID='___'
SPOTIFY_SECRET_ID='____'
BASE_URL='http://localhost:3000/api'
BASE_URL='http://127.0.0.1:3000/api'
FIREBASE='__BASE64_FIREBASE_JSON_FILE__'
5 changes: 4 additions & 1 deletion api/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,12 @@ def catch_all(path):
# Only convert to base64 if image was successfully loaded
if img is not None:
img_b64 = to_img_b64(img)
if img is None:
img_b64=to_img_b64('img/offline.png')

# Extract cover image color
if is_bar_color_from_cover and img is not None:
if is_bar_color_from_cover :


is_skip_dark = False
if theme in ["default"]:
Expand Down
Binary file added img/offline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading