diff options
| author | Fuwn <[email protected]> | 2023-09-14 14:41:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-14 14:41:09 -0700 |
| commit | 569defd379a3ea05d1ad9f551d9725129580d98a (patch) | |
| tree | 7178fc8b52a68c012bf206c53ef972005c52a0d8 /src/lib/List | |
| parent | refactor: move media to folder (diff) | |
| download | due.moe-569defd379a3ea05d1ad9f551d9725129580d98a.tar.xz due.moe-569defd379a3ea05d1ad9f551d9725129580d98a.zip | |
refactor(media): move chapters in
Diffstat (limited to 'src/lib/List')
| -rw-r--r-- | src/lib/List/Due/MangaList.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/List/Due/MangaList.svelte b/src/lib/List/Due/MangaList.svelte index ad553639..2bd01829 100644 --- a/src/lib/List/Due/MangaList.svelte +++ b/src/lib/List/Due/MangaList.svelte @@ -4,7 +4,7 @@ import { onDestroy, onMount } from 'svelte'; import { chapterCount } from '$lib/Media/manga'; import manga from '../../../stores/manga'; - import { chapterDatabase } from '$lib/chapterDatabase'; + import { chapterDatabase } from '$lib/Media/chapters'; import settings from '../../../stores/settings'; import lastPruneTimes from '../../../stores/lastPruneTimes'; |