mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Accept disabled OneSignal id
This commit is contained in:
parent
f31f1f1a17
commit
5f2e3f58e7
4 changed files with 20 additions and 3 deletions
|
@ -2367,6 +2367,11 @@ def dbcheck():
|
|||
|
||||
|
||||
def upgrade():
|
||||
if CONFIG.UPGRADE_FLAG == 0:
|
||||
mobile_app.revalidate_onesignal_ids()
|
||||
CONFIG.UPGRADE_FLAG = 1
|
||||
CONFIG.write()
|
||||
|
||||
return
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue