Move tracker files into new folder

This commit is contained in:
schroda
2024-10-05 21:32:31 +02:00
parent a206b2c650
commit 7cf3849911
17 changed files with 40 additions and 29 deletions

View File

@@ -15,6 +15,7 @@ import { TranslationKey } from '@/Base.types.ts';
import { MangaMetadataKeys } from '@/modules/manga/MangaCard.types.tsx';
import { LibraryOptions, MetadataLibrarySettings } from '@/modules/library/Library.types.ts';
import { SourceMetadataKeys } from '@/modules/source/Source.types.ts';
import { MetadataTrackingSettings } from '@/modules/tracker/Tracker.types.ts';
export interface ICategoryMetadata extends LibraryOptions {}
@@ -87,11 +88,6 @@ export type MetadataBrowseSettings = {
hideLibraryEntries: boolean;
};
export type MetadataTrackingSettings = {
updateProgressAfterReading: boolean;
updateProgressManualMarkRead: boolean;
};
export type MetadataUpdateSettings = {
webUIInformAvailableUpdate: boolean;
serverInformAvailableUpdate: boolean;