aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/WatchingAnimeList.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/List/WatchingAnimeList.svelte')
-rw-r--r--src/lib/List/WatchingAnimeList.svelte16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/lib/List/WatchingAnimeList.svelte b/src/lib/List/WatchingAnimeList.svelte
index 02b35b01..bcb4f756 100644
--- a/src/lib/List/WatchingAnimeList.svelte
+++ b/src/lib/List/WatchingAnimeList.svelte
@@ -9,6 +9,7 @@
import settings from '../../stores/settings';
import { cleanCache, totalEpisodes, updateMedia } from '$lib/Media/anime';
import ListTitle from './Due/ListTitle.svelte';
+ import Error from '$lib/Error.svelte';
export let user: AniListAuthorisation;
export let identity: UserIdentity;
@@ -112,18 +113,5 @@
{:catch}
<ListTitle count="?" time="0" custom="Completed Anime" />
- <ul>
- <li>
- <p>
- Media could not be loaded. You might have been <a
- href="https://en.wikipedia.org/wiki/Rate_limiting"
- target="_blank">rate limited</a
- >.
- </p>
- <p>
- Try again in a few minutes. If the problem persists, please contact
- <a href="https://anilist.co/user/fuwn" target="_blank">@fuwn</a> on AniList.
- </p>
- </li>
- </ul>
+ <Error />
{/await}