diff --git a/GoogleMusic/Plugin.pm b/GoogleMusic/Plugin.pm index c33cf4c..0acdd0e 100644 --- a/GoogleMusic/Plugin.pm +++ b/GoogleMusic/Plugin.pm @@ -89,7 +89,8 @@ sub initPlugin { # exception. Catch it to allow the plugin to be started. eval { $googleapi->login($prefs->get('username'), - decode_base64($prefs->get('password'))); + decode_base64($prefs->get('password')), +$prefs->get('device_id')); }; if ($@) { $log->error("Not able to login to Google Play Music: $@");