fix: adds download preference to form

This commit is contained in:
2025-05-19 16:36:01 -05:00
parent 3c965aa1ec
commit f39e307bc4
4 changed files with 64 additions and 6 deletions

View File

@@ -90,7 +90,14 @@ class SeedDatabaseCommand extends Command
'description' => null,
'enabled' => true,
'type' => 'media',
]
],
[
'id' => 'movie_folder',
'name' => 'Create new folder for Movies',
'description' => 'When downloading a movie, store it in a new folder in your base \'movies\' folder. (e.g.: .../movies/Inception/Inception.2160p.h265.mkv)',
'enabled' => true,
'type' => 'download'
],
];
}