fix: remove unused NcScanResult interface in BandPage (TS error)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Steffen Schuhmann
2026-03-29 15:14:18 +02:00
parent 7cad3e544a
commit ececcb24f6

View File

@@ -29,14 +29,6 @@ interface BandInvite {
expires_at: string;
}
interface NcScanResult {
folder: string;
files_found: number;
imported: number;
skipped: number;
songs: SongSummary[];
}
interface SessionSummary {
id: string;
date: string;