oauua
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
15f5d8dc3c
commit
a1428eafdb
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ enum SpotifyMenuState {
|
|||
Playlist(String), // (name
|
||||
}
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
#[derive(Debug)]
|
||||
pub struct Spotify {
|
||||
i: i32,
|
||||
state: SpotifyMenuState,
|
||||
|
@ -21,7 +21,6 @@ impl Spotify {
|
|||
i: 0,
|
||||
state: SpotifyMenuState::Root,
|
||||
}
|
||||
Self::default()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue