Skip to main content

insert_local_song

Function insert_local_song 

Source
pub async fn insert_local_song(
    executor: impl Executor<'_, Database = Sqlite>,
    song_id: i64,
    local_song: &CreateLocalSong,
) -> Result<()>