diff --git a/web/src/routes/dashboard/+layout.svelte b/web/src/routes/dashboard/+layout.svelte index 39993e7..4d4ca94 100644 --- a/web/src/routes/dashboard/+layout.svelte +++ b/web/src/routes/dashboard/+layout.svelte @@ -29,7 +29,7 @@ }); client.GET('/api/v1/tv/importable').then(({ data, error }) => { if (!error) { - importableMovies = data; + importableShows = data; } }); }