From ececcb24f680e525b1db93d58ea63c4804386ce8 Mon Sep 17 00:00:00 2001 From: Steffen Schuhmann Date: Sun, 29 Mar 2026 15:14:18 +0200 Subject: [PATCH] fix: remove unused NcScanResult interface in BandPage (TS error) Co-Authored-By: Claude Sonnet 4.6 --- web/src/pages/BandPage.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/src/pages/BandPage.tsx b/web/src/pages/BandPage.tsx index abb1afe..f9c7447 100644 --- a/web/src/pages/BandPage.tsx +++ b/web/src/pages/BandPage.tsx @@ -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;