include timestamp in audio title
This commit is contained in:
		
							parent
							
								
									e5a05881e9
								
							
						
					
					
						commit
						e4be6d9588
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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), | ||||
|             }, | ||||
|         ); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue