Skip to content

Commit

Permalink
Fixed Login
Browse files Browse the repository at this point in the history
  • Loading branch information
nick7634 committed May 25, 2015
1 parent 57b0bc6 commit 1c16b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GoogleMusic/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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: $@");
Expand Down

0 comments on commit 1c16b08

Please sign in to comment.