mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
(feat): Implemented Overseerr core architecture, Added platform checks for Firebase, Added module flagging (#425)
This commit is contained in:
@@ -24,18 +24,15 @@ class Database {
|
||||
|
||||
/// Registers all necessary object adapters for Hive.
|
||||
void _registerAdapters() {
|
||||
//General
|
||||
LunaDatabase().registerAdapters();
|
||||
DashboardDatabase().registerAdapters();
|
||||
SearchDatabase().registerAdapters();
|
||||
//Automation
|
||||
LidarrDatabase().registerAdapters();
|
||||
RadarrDatabase().registerAdapters();
|
||||
SonarrDatabase().registerAdapters();
|
||||
//Clients
|
||||
NZBGetDatabase().registerAdapters();
|
||||
SABnzbdDatabase().registerAdapters();
|
||||
//Monitoring
|
||||
OverseerrDatabase().registerAdapters();
|
||||
TautulliDatabase().registerAdapters();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user