mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
lyrics: remove fullscreen_action
Looks like it's been removed from the JSON returned by Spotify.
This commit is contained in:
parent
329a1b1607
commit
a3b6e29520
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