style: auto-fix linting issues

This commit is contained in:
binimum 2026-04-08 21:20:29 +00:00 committed by github-actions[bot]
parent d35c15370e
commit 4394cce61d

View file

@ -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;