mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-23 04:59:28 +02:00
scrobblerlog: write device name as unknown
This commit is contained in:
parent
8395f1e02c
commit
10590f9f67
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ func writeHeader(writer io.Writer) error {
|
|||
headers := []string{
|
||||
"#AUDIOSCROBBLER/1.1\n",
|
||||
"#TZ/UNKNOWN\n",
|
||||
"#CLIENT/Rockbox sansaclipplus $Revision$\n",
|
||||
"#CLIENT/Rockbox unknown $Revision$\n",
|
||||
}
|
||||
for _, line := range headers {
|
||||
_, err := writer.Write([]byte(line))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue