mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-23 13:07:57 +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{
|
headers := []string{
|
||||||
"#AUDIOSCROBBLER/1.1\n",
|
"#AUDIOSCROBBLER/1.1\n",
|
||||||
"#TZ/UNKNOWN\n",
|
"#TZ/UNKNOWN\n",
|
||||||
"#CLIENT/Rockbox sansaclipplus $Revision$\n",
|
"#CLIENT/Rockbox unknown $Revision$\n",
|
||||||
}
|
}
|
||||||
for _, line := range headers {
|
for _, line := range headers {
|
||||||
_, err := writer.Write([]byte(line))
|
_, err := writer.Write([]byte(line))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue