moosync_edk::api::extension_apiFunction get_song
Source pub fn get_song(options: GetSongOptions) -> MoosyncResult<Vec<Song>>
Expand description
Retrieves a list of songs based on the provided options.
§Arguments
options
- The options to filter the songs.
§Returns
A vector of Song
objects.