diff --git a/package.json b/package.json index 8c808261..946f3946 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "@tauri-apps/plugin-store": "^2", "@tauri-apps/plugin-updater": "^2.10.0", "@tauri-apps/plugin-window-state": "^2.4.1", - "@types/papaparse": "^5.5.2", "axios": "^1.7.7", "i18next": "^25.8.16", "lucide-react": "^0.462.0", @@ -47,6 +46,7 @@ "devDependencies": { "@tauri-apps/cli": "^2", "@types/md5": "^2.3.5", + "@types/papaparse": "^5.5.2", "@types/node": "^25.3.5", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", diff --git a/src/pages/PlaylistDetail.tsx b/src/pages/PlaylistDetail.tsx index df9b7923..fabe10b0 100644 --- a/src/pages/PlaylistDetail.tsx +++ b/src/pages/PlaylistDetail.tsx @@ -1918,14 +1918,23 @@ function PlaylistEditModal({ -