Fixed placeholder

This commit is contained in:
nutty
2026-07-03 05:45:26 +10:00
parent 71e355f95d
commit 7caa56c200
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ async function UpdatePlayerState(data) {
const timelineProps = targetSession.timeline_properties;
// Calcualte an accent color
const accentColorPalette = await GetAccentPalette(mediaProps.Thumbnail);
const accentColorPalette = await GetAccentPalette(mediaProps.Thumbnail ?? './images/placeholder.png');
// 1. Check if playback status has changed and update visibility accordingly
if (playbackInfo.PlaybackStatus !== CurrentPlaybackStatus) {