Input: Add separate YouTube title and channel to Metadata (#75)

This commit is contained in:
Vilgot Fredenberg
2021-05-28 00:28:56 +02:00
committed by Kyle Simpson
parent e47861c009
commit 00c8bc915a
3 changed files with 27 additions and 15 deletions

View File

@@ -190,7 +190,7 @@ async fn play(msg: Message, state: State) -> Result<(), Box<dyn Error + Send + S
"Playing **{:?}** by **{:?}**",
input
.metadata
.title
.track
.as_ref()
.unwrap_or(&"<UNKNOWN>".to_string()),
input