Skip to content

Commit

Permalink
lyrics: remove fullscreen_action
Browse files Browse the repository at this point in the history
Looks like it's been removed from the JSON returned by Spotify.
  • Loading branch information
gdesmott committed May 9, 2024
1 parent 329a1b1 commit a3b6e29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metadata/src/lyrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a3b6e29

Please sign in to comment.