Lint fixes
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
import { proxyGoogleImage } from '$lib/images';
|
||||
import { cleanNumber } from '$lib/numbers';
|
||||
import { channelCacheStore, interfaceLowBandwidthMode, isAndroidTvStore } from '$lib/store';
|
||||
import { Clipboard } from '@capacitor/clipboard';
|
||||
import { Capacitor } from '@capacitor/core';
|
||||
import { _ } from '$lib/i18n';
|
||||
import InfiniteLoading, { type InfiniteEvent } from 'svelte-infinite-loading';
|
||||
import ItemsList from '$lib/components/layout/ItemsList.svelte';
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
import Transcript from '$lib/components/watch/Transcript.svelte';
|
||||
import { getBestThumbnail } from '$lib/images';
|
||||
import { letterCase } from '$lib/letterCasing';
|
||||
import { cleanNumber, numberWithCommas } from '$lib/numbers';
|
||||
import { goToNextVideo, goToPreviousVideo, type PlayerEvents } from '$lib/player/index';
|
||||
import { numberWithCommas } from '$lib/numbers';
|
||||
import {
|
||||
invidiousAuthStore,
|
||||
interfaceAutoExpandChapters,
|
||||
@@ -23,7 +22,6 @@
|
||||
playerTheatreModeByDefaultStore,
|
||||
playertheatreModeIsActive,
|
||||
playlistCacheStore,
|
||||
playlistSettingsStore,
|
||||
syncPartyConnectionsStore,
|
||||
type PlayerState
|
||||
} from '$lib/store';
|
||||
|
||||
Reference in New Issue
Block a user