Project Refactoring

This commit is contained in:
Aleksi Lassila
2023-07-09 15:50:04 +03:00
parent 56ef4ee865
commit 494a3bf85a
83 changed files with 319 additions and 276 deletions

View File

@@ -1,6 +1,6 @@
import { fetchTmdbMovie, TmdbApi } from '$lib/tmdb-api';
import type { TmdbMovie } from '$lib/tmdb-api';
import { getJellyfinContinueWatching } from '$lib/jellyfin/jellyfin';
import { fetchTmdbMovie, TmdbApi } from '$lib/apis/tmdbApi';
import type { TmdbMovie } from '$lib/apis/tmdbApi';
import { getJellyfinContinueWatching } from '$lib/apis/jellyfin/jellyfinApi';
import type { PageServerLoad } from './$types';
export const load = (async () => {