diff --git a/app/Item.php b/app/Item.php index a80cb579..4ff3b70c 100644 --- a/app/Item.php +++ b/app/Item.php @@ -41,6 +41,7 @@ class Item extends Model 'Jackett' => \App\SupportedApps\Jackett::class, 'Jdownloader' => \App\SupportedApps\Jdownloader::class, 'Krusader' => \App\SupportedApps\Krusader::class, + 'LazyLibrarian' => \App\SupportedApps\LazyLibrarian::class, 'Lidarr' => \App\SupportedApps\Lidarr::class, 'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class, 'Medusa' => \App\SupportedApps\Medusa::class, diff --git a/app/SupportedApps/LazyLibrarian.php b/app/SupportedApps/LazyLibrarian.php new file mode 100644 index 00000000..8b306475 --- /dev/null +++ b/app/SupportedApps/LazyLibrarian.php @@ -0,0 +1,12 @@ +