mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 00:06:07 -07:00
Fix typo from d5bffc3
This commit is contained in:
parent
d5bffc374c
commit
53aafbd19e
2 changed files with 2 additions and 2 deletions
|
@ -818,7 +818,7 @@ class RecentlyAdded(Newsletter):
|
||||||
item['thumb_hash'] = ''
|
item['thumb_hash'] = ''
|
||||||
item['art_hash'] = ''
|
item['art_hash'] = ''
|
||||||
item['thumb_url'] = ''
|
item['thumb_url'] = ''
|
||||||
item['art_hash'] = ''
|
item['art_url'] = ''
|
||||||
item['poster_url'] = item['thumb_url'] # Keep for backwards compatibility
|
item['poster_url'] = item['thumb_url'] # Keep for backwards compatibility
|
||||||
|
|
||||||
self.data['recently_added'] = recently_added
|
self.data['recently_added'] = recently_added
|
||||||
|
|
|
@ -326,7 +326,7 @@ def notify_custom_conditions(notifier_id=None, parameters=None):
|
||||||
|
|
||||||
|
|
||||||
def notify(notifier_id=None, notify_action=None, stream_data=None, timeline_data=None, parameters=None, **kwargs):
|
def notify(notifier_id=None, notify_action=None, stream_data=None, timeline_data=None, parameters=None, **kwargs):
|
||||||
logger.info(u"Tautulli NotificationHandler :: Preparing notifications for notifier_id %s." % notifier_id)
|
logger.info(u"Tautulli NotificationHandler :: Preparing notification for notifier_id %s." % notifier_id)
|
||||||
|
|
||||||
notifier_config = notifiers.get_notifier_config(notifier_id=notifier_id)
|
notifier_config = notifiers.get_notifier_config(notifier_id=notifier_id)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue