mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 07:54:19 +02:00
remove unused file
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import {createImageOptimizer} from 'sveltekit-image-optimize';
|
||||
import type {Handle} from '@sveltejs/kit';
|
||||
import {createFileSystemCache} from 'sveltekit-image-optimize/cache-adapters';
|
||||
|
||||
const cache = createFileSystemCache('./cache');
|
||||
const imageHandler = createImageOptimizer({
|
||||
cache: cache,
|
||||
fallbackFormat: 'avif',
|
||||
quality: 20
|
||||
});
|
||||
|
||||
export const handle: Handle = imageHandler;
|
||||
@@ -9,7 +9,6 @@
|
||||
import CheckmarkX from '$lib/components/checkmark-x.svelte';
|
||||
import {getFullyQualifiedShowName, getTorrentQualityString} from '$lib/utils';
|
||||
import {env} from "$env/dynamic/public";
|
||||
import {browser} from "$app/environment";
|
||||
import ShowPicture from "$lib/components/show-picture.svelte";
|
||||
|
||||
const apiUrl = env.PUBLIC_API_URL
|
||||
|
||||
Reference in New Issue
Block a user