Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/alicebob/siren
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebob committed May 2, 2021
2 parents 3e6afbe + 59b2c3a commit b317075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test:
build:
go build

build-pi: static
build-pi:
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build

run: build
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
version = "master"
mpdURL = flag.String("mpd", "", "MPD address. order of options: this flag, MPD_HOST:MPD_PORT, localhost:6600. port is optional")
listen = flag.String("listen", ":6601", "http listen address")
static = flag.String("docroot", "", "for development: use directory as docroot, not the build-in files")
static = flag.String("docroot", "", "for development: use directory as docroot, not the built-in files")
useAlbumartist = flag.Bool("albumartist", true, "use albumartist, not artist")
showVersion = flag.Bool("version", false, "show version and exit")
)
Expand Down

0 comments on commit b317075

Please sign in to comment.