fix: removes preference options db table

This commit is contained in:
2025-07-24 00:02:38 -05:00
parent 0988517bd0
commit 2a9bacea8c
6 changed files with 106 additions and 17 deletions

View File

@@ -82,7 +82,7 @@ class PreferencesController extends AbstractController
$downloadPreferences = $this->getUser()->getDownloadPreferences();
$formData = (array) UserPreferencesFactory::createFromUser($this->getUser());
$form = $this->createForm(UserMediaPreferencesForm::class, $formData);
$saveUserDownloadPreferencesHandler->handle($input->toCommand());
$this->broadcaster->alert(