Modify playstatus to keep track of queue status and derive Clone for songdata
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/// Holds information about a song
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct SongData {
|
||||
/// Song name
|
||||
pub name: String,
|
||||
|
Reference in New Issue
Block a user