Skip to content

Commit

Permalink
Disable gmusic for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyblue committed May 30, 2015
1 parent 8b3c8dd commit 9442e98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ import (
"github.com/mjibson/mog/protocol/drive"
"github.com/mjibson/mog/protocol/dropbox"
_ "github.com/mjibson/mog/protocol/file"
_ "github.com/mjibson/mog/protocol/gmusic"
"github.com/mjibson/mog/protocol/soundcloud"
_ "github.com/mjibson/mog/protocol/stream"

// gmusic's login API changed and is currently broken.
// _ "github.com/mjibson/mog/protocol/gmusic"
)

var (
Expand Down

0 comments on commit 9442e98

Please sign in to comment.