mirror of
https://github.com/sanderfoobar/ircradio.git
synced 2024-11-22 20:09:41 +01:00
Merge pull request 'Add rudimentary error handling of title' (#11) from scoobybejesus/ircradio:title into master
Reviewed-on: https://git.wownero.com/dsc/ircradio/pulls/11
This commit is contained in:
commit
2045da9778
@ -121,6 +121,7 @@ class YouTube:
|
|||||||
title = 'Unknown'
|
title = 'Unknown'
|
||||||
app.logger.warning(f"could not detect artist/title from metadata for {filepath}")
|
app.logger.warning(f"could not detect artist/title from metadata for {filepath}")
|
||||||
|
|
||||||
|
title = title if '-' in title else f"{artist} - {title}"
|
||||||
return {
|
return {
|
||||||
"name": f"{title}",
|
"name": f"{title}",
|
||||||
"data": metadata,
|
"data": metadata,
|
||||||
|
Loading…
Reference in New Issue
Block a user