whoops; title is not 'title' (fix files not getting tagged)
This commit is contained in:
parent
cd2419d752
commit
4ac19409b5
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class DelojzaBot:
|
|||
title = split[1]
|
||||
source = "fallback (artist - title)"
|
||||
|
||||
if title is None and title in info:
|
||||
if title is None and 'title' in info:
|
||||
title = info['title']
|
||||
source = "full title fallback"
|
||||
|
||||
|
|
Loading…
Reference in a new issue