diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/List/Due/MangaList.svelte | 2 | ||||
| -rw-r--r-- | src/lib/manga.ts (renamed from src/lib/mangadex.ts) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/List/Due/MangaList.svelte b/src/lib/List/Due/MangaList.svelte index e13a4747..bc152e27 100644 --- a/src/lib/List/Due/MangaList.svelte +++ b/src/lib/List/Due/MangaList.svelte @@ -2,7 +2,7 @@ import { mediaListCollection, Type, type Media } from '$lib/AniList/media'; import type { UserIdentity, AniListAuthorisation } from '$lib/AniList/identity'; import { onDestroy, onMount } from 'svelte'; - import { chapterCount } from '$lib/mangadex'; + import { chapterCount } from '$lib/manga'; import manga from '../../../stores/manga'; import { chapterDatabase } from '$lib/chapterDatabase'; import settings from '../../../stores/settings'; diff --git a/src/lib/mangadex.ts b/src/lib/manga.ts index 5c73aced..5c73aced 100644 --- a/src/lib/mangadex.ts +++ b/src/lib/manga.ts |