aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-13 18:53:52 -0800
committerFuwn <[email protected]>2024-01-13 18:53:52 -0800
commit9a6b2eed085260d8de9a716d79d83080746abf16 (patch)
tree6c85ea701f12564076d08332ce7d39d7d5c162b7 /src/lib
parentchore(followfix): ignore missing error (diff)
downloaddue.moe-9a6b2eed085260d8de9a716d79d83080746abf16.tar.xz
due.moe-9a6b2eed085260d8de9a716d79d83080746abf16.zip
refactor(data): move json to data
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Data/authorised.json (renamed from src/lib/authorised.json)0
-rw-r--r--src/lib/Data/crunchyroll.json (renamed from src/lib/crunchyroll.json)0
-rw-r--r--src/lib/List/Manga/MangaListTemplate.svelte2
-rw-r--r--src/lib/Tools/Schedule/Crunchyroll.svelte2
4 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/authorised.json b/src/lib/Data/authorised.json
index 94f6762b..94f6762b 100644
--- a/src/lib/authorised.json
+++ b/src/lib/Data/authorised.json
diff --git a/src/lib/crunchyroll.json b/src/lib/Data/crunchyroll.json
index 85abc682..85abc682 100644
--- a/src/lib/crunchyroll.json
+++ b/src/lib/Data/crunchyroll.json
diff --git a/src/lib/List/Manga/MangaListTemplate.svelte b/src/lib/List/Manga/MangaListTemplate.svelte
index 52cfbc82..fe1e9cb1 100644
--- a/src/lib/List/Manga/MangaListTemplate.svelte
+++ b/src/lib/List/Manga/MangaListTemplate.svelte
@@ -11,7 +11,7 @@
import ListTitle from '../ListTitle.svelte';
import Error from '$lib/Error/RateLimited.svelte';
import CleanMangaList from './CleanMangaList.svelte';
- import authorisedJson from '$lib/authorised.json';
+ import authorisedJson from '$lib/Data/authorised.json';
import { incrementMediaProgress } from '$lib/Media/Anime/cache';
import { getNotificationsContext } from 'svelte-notifications';
import { options } from '$lib/Notification/options';
diff --git a/src/lib/Tools/Schedule/Crunchyroll.svelte b/src/lib/Tools/Schedule/Crunchyroll.svelte
index 22a16195..9b6b0509 100644
--- a/src/lib/Tools/Schedule/Crunchyroll.svelte
+++ b/src/lib/Tools/Schedule/Crunchyroll.svelte
@@ -1,5 +1,5 @@
<script lang="ts">
- import crunchyroll from '$lib/crunchyroll.json';
+ import crunchyroll from '$lib/Data/crunchyroll.json';
import './container.css';
interface CrunchyrollMedia<T = number | 'soon' | 'continuing'> {