Function append_to_file

Source
pub fn append_to_file(
    scrobbles: &[Track],
    saved_scrobbles: &mut SavedScrobbles,
    username: &str,
    file_format: &str,
) -> Result<i32>