SpiffyTitles: better imgur handling

This commit is contained in:
oddluck 2020-02-25 05:55:14 +00:00
parent 009d6ceaa3
commit 1b238f8a2b
1 changed files with 1 additions and 1 deletions

View File

@ -1417,7 +1417,7 @@ class SpiffyTitles(callbacks.Plugin):
if is_album:
result = self.handler_imgur_album(url, info, channel)
else:
result = self.handler_default(url, channel)
result = self.handler_imgur_image(url, info, channel)
return result