mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-03 08:41:35 -07:00
feat(plugins): Optimize badge fetching by using lightweight JSON instead of GraphQL
This commit is contained in:
@@ -16,6 +16,7 @@ from const import (
|
||||
sql_plugins_events,
|
||||
sql_plugins_history,
|
||||
sql_plugins_objects,
|
||||
sql_plugins_stats,
|
||||
sql_language_strings,
|
||||
sql_notifications_all,
|
||||
sql_online_history,
|
||||
@@ -66,6 +67,7 @@ def update_api(
|
||||
["plugins_events", sql_plugins_events],
|
||||
["plugins_history", sql_plugins_history],
|
||||
["plugins_objects", sql_plugins_objects],
|
||||
["plugins_stats", sql_plugins_stats],
|
||||
["plugins_language_strings", sql_language_strings],
|
||||
["notifications", sql_notifications_all],
|
||||
["online_history", sql_online_history],
|
||||
|
||||
Reference in New Issue
Block a user