include timestamp in audio title

main
xenofem 2023-07-30 01:23:45 -04:00
parent e5a05881e9
commit e4be6d9588
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ async fn post_random_capture<R: Rng>(
String::from("audio/mpeg"),
eggbug::MediaMetadata::Audio {
artist: show.title.clone(),
title: descriptor.clone(),
title: format!("{} @{}", descriptor, formatted_timestamp),
},
);