Most tags are lists
This commit is contained in:
parent
f7ab210b8a
commit
6edec5e0ec
@ -325,7 +325,7 @@ class MumbleBot:
|
|||||||
mp3 = path.replace(".%(ext)s", ".mp3")
|
mp3 = path.replace(".%(ext)s", ".mp3")
|
||||||
if os.path.isfile(mp3):
|
if os.path.isfile(mp3):
|
||||||
audio = EasyID3(mp3)
|
audio = EasyID3(mp3)
|
||||||
video_title = audio["title"]
|
video_title = audio["title"][0]
|
||||||
else:
|
else:
|
||||||
ydl_opts = {
|
ydl_opts = {
|
||||||
'format': 'bestaudio/best',
|
'format': 'bestaudio/best',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user