Fix linting and formatting issues

- Run Prettier to fix code style in 7 files
- Auto-fix ESLint errors with --fix flag
- Replace ++ with += 1 in commandTracking.ts
- Add eslint-disable comments for intentional console.error usage
- Fix destructuring, array types, and template literals
- Remove trivial type annotations
This commit is contained in:
2026-02-27 19:04:38 +01:00
parent 7274d0639a
commit b1f1fa8780
20 changed files with 438 additions and 255 deletions

View File

@@ -34,8 +34,8 @@ export function usePlexLibraries() {
try {
for (const section of sections) {
const type = section.type;
const key = section.key;
const { type } = section;
const { key } = section;
if (type === "movie") {
await processLibrarySection(