Lint fixes

This commit is contained in:
WardPearce
2026-03-13 13:25:05 +13:00
parent 98fc31498e
commit f41cc0e26c
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ import type {
CommentsOptions,
ChannelOptions,
ChannelContent,
VideoWatchHistory,
VideoBase
VideoWatchHistory
} from './model';
import { commentsSetDefaults, searchSetDefaults, useEngineFallback } from './misc';
import { getSearchYTjs } from './youtubejs/search';
@@ -3,7 +3,6 @@
import { Capacitor } from '@capacitor/core';
import ISO6391 from 'iso-639-1';
import { _ } from '$lib/i18n';
import { get } from 'svelte/store';
import {
backendInUseStore,
playerAlwaysLoopStore,