mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 16:23:41 +00:00
Fixed query to add url to get_notifier_providers function
This commit is contained in:
parent
c5b7fb603f
commit
833ecb34e8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def update_notifier():
|
|||
|
||||
def get_notifier_providers():
|
||||
providers = TableSettingsNotifier.select(TableSettingsNotifier.name,
|
||||
TableSettingsNotifier.enabled)\
|
||||
TableSettingsNotifier.url)\
|
||||
.where(TableSettingsNotifier.enabled == 1)\
|
||||
.dicts()
|
||||
|
||||
|
|
Loading…
Reference in a new issue