mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +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")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct LyricsInner {
|
pub struct LyricsInner {
|
||||||
// TODO: 'alternatives' field as an array but I don't know what it's meant for
|
// 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_dense_typeface: bool,
|
||||||
pub is_rtl_language: bool,
|
pub is_rtl_language: bool,
|
||||||
pub language: String,
|
pub language: String,
|
||||||
|
|
Loading…
Reference in a new issue