ashthespy / Vollibrespot

Spotify Connect daemon for Volumio
MIT License
20 stars 8 forks source link

Device name from config file is ignored #8

Closed martix90 closed 3 years ago

martix90 commented 3 years ago

Hi again, I've found another issue :) I'm using a config.toml with this section:

[Authentication] shared = true device_name = "Webradio"

But the device_name is not used - instead always "Vollibrespot" is used as the device name. The other settings in the file work.

ashthespy commented 3 years ago

Glad to know you're finding this useful!

It should be device-name not device_name

EDIT: have a look at this for a sample configuration file :-)

martix90 commented 3 years ago

Oh I'm very sorry. Thank you very much for the hint. It works now :)