diff --git a/cmd/dwelling-radio/main.go b/cmd/dwelling-radio/main.go index 2e2d3cc..7eb9e7b 100644 --- a/cmd/dwelling-radio/main.go +++ b/cmd/dwelling-radio/main.go @@ -20,7 +20,7 @@ var ( listenAddress = flag.String("listen", "/var/run/dwelling-radio/sock", "listen address (ip:port|unix_path)") filelistPath = flag.String("filelist", "/mnt/data/appdata/radio/filelist.html", "path to a filelist.html file") playlist = flag.String("playlist", "", "path to a playlist") - fallbackSong = flag.String("fallback-song", "", "path to a fallbacl song") + fallbackSong = flag.String("fallback-song", "", "path to a fallback song") mostListenedSongPath = flag.String("mls-file", "/mnt/data/appdata/radio/mostlistenedsong", "path to a file that stores info about the most listened song") songListLen = flag.Int("list-length", 10, "number of songs to show in last N songs table")