From 4394cce61dfa7b284a2868b49bb420c09f1124e3 Mon Sep 17 00:00:00 2001 From: binimum <61615730+binimum@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:20:29 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/music-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/music-api.js b/js/music-api.js index e5b2570..fe7384b 100644 --- a/js/music-api.js +++ b/js/music-api.js @@ -262,7 +262,7 @@ export class MusicAPI { this.videoArtworkCache.set(cacheKey, result); return result; */ - throw new Error("Video artwork is disabled for now."); + throw new Error('Video artwork is disabled for now.'); } catch (error) { console.warn('Failed to fetch video artwork:', error); return null;