aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--internal/mpd/mpd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/mpd/mpd.go b/internal/mpd/mpd.go
index 8991adc..ed9d3c2 100644
--- a/internal/mpd/mpd.go
+++ b/internal/mpd/mpd.go
@@ -12,7 +12,7 @@ type player struct {
Client *mpd.Client
}
-func NewMPD(net string, addr string) (*player, error) {
+func NewPlayer(net string, addr string) (*player, error) {
var (
p player
err error