mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
• Renamed "Base64Image" to "Thumbnail:
• Minor CSS bug fixes • Fully documented python script
This commit is contained in:
@@ -69,7 +69,7 @@ async function UpdatePlayerState(data) {
|
||||
const timelineProps = targetSession.timeline_properties;
|
||||
|
||||
// Calcualte an accent color
|
||||
const accentColorPalette = await GetAccentPalette(mediaProps.Base64Image);
|
||||
const accentColorPalette = await GetAccentPalette(mediaProps.Thumbnail);
|
||||
|
||||
// 1. Check if playback status has changed and update visibility accordingly
|
||||
if (playbackInfo.PlaybackStatus !== CurrentPlaybackStatus) {
|
||||
|
||||
Reference in New Issue
Block a user