Merge pull request #1280 from gdesmott/lyrics-parsing

lyrics: remove fullscreen_action
This commit is contained in:
Roderick van Domburg 2024-05-09 13:22:09 +02:00 committed by GitHub
commit 9959a6c6d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,