EnigmaCurry / GMusicFS

A FUSE filesystem for Google Music
153 stars 36 forks source link

logging in issue #41

Open zanfi opened 8 years ago

zanfi commented 8 years ago

Hi, there is an issue by logging in. gmusicfs.py needs at line 176 an extra 3rd argument passed:

deviceId

see: self.api.login(username, password, deviceId)