mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +00:00
fix: apply fix from eslint
This commit is contained in:
@ -28,7 +28,7 @@ export const LyricsContainer = () => {
|
||||
|
||||
const info = getSongInfo();
|
||||
await makeLyricsRequest(info).catch((err) => {
|
||||
setError(`${err}`);
|
||||
setError(String(err));
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user