mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-26 18:55:44 +02:00
replace all occurrences of fetch with openapi-fetch in routes
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
import { Button } from '$lib/components/ui/button';
|
||||
import { ChevronRight } from 'lucide-svelte';
|
||||
import { base } from '$app/paths';
|
||||
import type {components} from "$lib/api/api";
|
||||
|
||||
let {
|
||||
media,
|
||||
isShow,
|
||||
isLoading
|
||||
}: {
|
||||
media: MetaDataProviderSearchResult[];
|
||||
media: components['schemas']['MetaDataProviderSearchResult'][];
|
||||
isShow: boolean;
|
||||
isLoading: boolean;
|
||||
} = $props();
|
||||
|
||||
Reference in New Issue
Block a user