mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Merge pull request #1280 from gdesmott/lyrics-parsing
lyrics: remove fullscreen_action
This commit is contained in:
commit
9959a6c6d6
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue