SpiffyTitles: Fix Last Commit

This commit is contained in:
Gordon Shumway 2021-08-22 04:11:52 -04:00 committed by GitHub
parent 211bddc1bf
commit 8689b5a003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,7 +187,7 @@ class SpiffyTitles(callbacks.Plugin):
if self.registryValue("snarfMultipleUrls", channel=channel):
urls = self.get_urls_from_message(message, channel)
else:
urls = self.get_urls_from_message(message, channel)[0]
urls = self.get_urls_from_message(message, channel)[0:1]
if not urls:
return
for url in urls: