whoops; title is not 'title' (fix files not getting tagged)

This commit is contained in:
Tomáš Mládek 2019-05-03 11:38:22 +02:00
parent cd2419d752
commit 4ac19409b5

View file

@ -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"