fix: Series cards and posters not linking to correct pages

This commit is contained in:
Aleksi Lassila
2023-08-31 17:16:47 +03:00
parent 8a056a3045
commit 3234019dcb
4 changed files with 34 additions and 19 deletions

View File

@@ -1,7 +1,6 @@
import { browser } from '$app/environment';
import { TMDB_API_KEY } from '$lib/constants';
import { settings } from '$lib/stores/settings.store';
import { formatDateToYearMonthDay } from '$lib/utils';
import createClient from 'openapi-fetch';
import { get } from 'svelte/store';
import type { operations, paths } from './tmdb.generated';