pub fn get_current_song() -> MoosyncResult<Option<Song>>
Expand description
Retrieves the current song being played.
ยงReturns
An optional Song
object representing the current song.
pub fn get_current_song() -> MoosyncResult<Option<Song>>
Retrieves the current song being played.
An optional Song
object representing the current song.