From a3b6e29520f3ea628ad7229f8221ec539838033e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 9 May 2024 11:59:23 +0200 Subject: [PATCH] lyrics: remove fullscreen_action Looks like it's been removed from the JSON returned by Spotify. --- metadata/src/lyrics.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata/src/lyrics.rs b/metadata/src/lyrics.rs index 35263e2d..4a3095e1 100644 --- a/metadata/src/lyrics.rs +++ b/metadata/src/lyrics.rs @@ -48,7 +48,6 @@ pub struct Colors { #[serde(rename_all = "camelCase")] pub struct LyricsInner { // TODO: 'alternatives' field as an array but I don't know what it's meant for - pub fullscreen_action: String, pub is_dense_typeface: bool, pub is_rtl_language: bool, pub language: String,