mirror of https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr synced 2024-11-17 00:34:33 +01:00

Remove the facebook accounts unsupported notice

This commit is contained in:
FatKiwi 2019-03-12 12:38:26 +00:00
parent bbb9aa0d31
commit 1d62366cd6

View File

@ -292,7 +292,7 @@ function startApp() {
selectMusicQuality();
}).catch((err) => {
if ('Wrong Deezer credentials!' === err) {
downloadSpinner.fail('Wrong Deezer credentials!\n Keep in mind that Facebook login and family accounts are not supported.\n Create a new account if you use one.\n');
downloadSpinner.fail('Wrong Deezer credentials!\n');
configService.set('arl', null);