Skip to content

Commit

Permalink
Merge pull request #1280 from gdesmott/lyrics-parsing
Browse files Browse the repository at this point in the history
lyrics: remove fullscreen_action
  • Loading branch information
roderickvd authored May 9, 2024
2 parents 329a1b1 + a3b6e29 commit 9959a6c
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 9959a6c

Please sign in to comment.