mini-player: implemented
This commit is contained in:
parent
55fa3b9196
commit
36208255b2
10 changed files with 81 additions and 23 deletions
|
|
@ -24,7 +24,7 @@ impl AppState {
|
|||
|
||||
#[derive(Deserialize, Clone)]
|
||||
pub struct Track {
|
||||
title: String,
|
||||
artist: String,
|
||||
src: String,
|
||||
pub title: String,
|
||||
pub artist: String,
|
||||
pub src: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue