mirror of
https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr
synced 2024-11-17 02:54:34 +01:00
Remove the facebook accounts unsupported notice
This commit is contained in:
parent
bbb9aa0d31
commit
1d62366cd6
@ -292,7 +292,7 @@ function startApp() {
|
|||||||
selectMusicQuality();
|
selectMusicQuality();
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
if ('Wrong Deezer credentials!' === 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);
|
configService.set('arl', null);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user