mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Make "Enable Posters in Notifications" a global toggle
This commit is contained in:
parent
8706e72f6a
commit
652ca73126
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ def build_notify_text(session=None, timeline=None, notify_action=None, agent_id=
|
||||||
else:
|
else:
|
||||||
thumb = None
|
thumb = None
|
||||||
|
|
||||||
if thumb:
|
if plexpy.CONFIG.NOTIFY_UPLOAD_POSTERS and thumb:
|
||||||
# Try to retrieve a poster_url from the database
|
# Try to retrieve a poster_url from the database
|
||||||
data_factory = datafactory.DataFactory()
|
data_factory = datafactory.DataFactory()
|
||||||
poster_url = data_factory.get_poster_url(rating_key=poster_key)
|
poster_url = data_factory.get_poster_url(rating_key=poster_key)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue