1
0
Fork 0

Fixed a typo on a description for -fallback-song arg.

This commit is contained in:
Alexander Andreev 2024-03-06 04:44:55 +04:00
parent 34d4da946b
commit dbba53c0fa
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
1 changed files with 1 additions and 1 deletions

View File

@ -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")