fix omdb and id search

This commit is contained in:
Moritz Jung 2025-08-10 14:03:12 +02:00
parent 1cd1b63f15
commit 4366636d9b
5 changed files with 24 additions and 490 deletions

View file

@ -189,7 +189,7 @@ export const ADVANCED_SEARCH_MODAL_DEFAULT_OPTIONS: AdvancedSearchModalOptions =
export const ID_SEARCH_MODAL_DEFAULT_OPTIONS: IdSearchModalOptions = {
modalTitle: 'Media DB Id Search',
preselectedAPI: '',
preselectedAPI: undefined,
prefilledSearchString: '',
};