Sv443 hace 3 años
padre
commit
0b0c4b0489
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lyrics.js

+ 1 - 1
src/lyrics.js

@@ -58,7 +58,7 @@ async function getLyrics(title, artist)
     }
     catch(err)
     {
-        return null;
+        return err.toString();
     }
 }