style: auto-fix linting issues
This commit is contained in:
parent
d35c15370e
commit
4394cce61d
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ export class MusicAPI {
|
||||||
this.videoArtworkCache.set(cacheKey, result);
|
this.videoArtworkCache.set(cacheKey, result);
|
||||||
return result;
|
return result;
|
||||||
*/
|
*/
|
||||||
throw new Error("Video artwork is disabled for now.");
|
throw new Error('Video artwork is disabled for now.');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.warn('Failed to fetch video artwork:', error);
|
console.warn('Failed to fetch video artwork:', error);
|
||||||
return null;
|
return null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue