lyrics: remove fullscreen_action

Looks like it's been removed from the JSON returned by Spotify.
This commit is contained in:
Guillaume Desmottes 2024-05-09 11:59:23 +02:00
parent 329a1b1607
commit a3b6e29520

View file

@ -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,