01-07-2019, 08:44 PM
Oops that function only exists in the moOde 4.5 code base which is currently under development.
Here is the equivalent code from the current 4.4 codebase.
So just replace stopSpotify() with the lines above and you should be all set :-)
Here is the equivalent code from the current 4.4 codebase.
Code:
sysCmd('killall librespot');
sysCmd('/var/www/vol.sh -restore'); // r44d
// reset to inactive
playerSession('write', 'spotactive', '0');
$GLOBALS['spotactive'] = '0';
sendEngCmd('spotactive0');
So just replace stopSpotify() with the lines above and you should be all set :-)