mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
Add notification image option for iOS Tautulli Remote App
This commit is contained in:
parent
b984a99d51
commit
e2cb15ef49
1 changed files with 8 additions and 0 deletions
|
@ -3967,6 +3967,14 @@ class TAUTULLIREMOTEAPP(Notifier):
|
|||
2: 'Large image (Non-expandable text)'
|
||||
}
|
||||
})
|
||||
elif platform == 'ios':
|
||||
config_option.append({
|
||||
'label': 'Include Poster Image',
|
||||
'value': self.config['notification_type'],
|
||||
'name': 'remoteapp_notification_type',
|
||||
'description': 'Include a poster with the notifications.',
|
||||
'input_type': 'checkbox'
|
||||
})
|
||||
|
||||
return config_option
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue