From 1d62366cd6e3e3b05b4722e5284f6c0ab55deb3c Mon Sep 17 00:00:00 2001 From: FatKiwi Date: Tue, 12 Mar 2019 12:38:26 +0000 Subject: [PATCH] Remove the facebook accounts unsupported notice --- SMLoadr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMLoadr.js b/SMLoadr.js index e9741f4..4df31cf 100644 --- a/SMLoadr.js +++ b/SMLoadr.js @@ -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);