useUnifiedArtistsList: '1'
   bandInArtists: ''
   composerInArtists: ''
   conductorInArtists: ''

The "bad thing" (actually, a relatively minor thing) that happens is
that useUnifiedArtistsList then gets reset to 0 and the interface is
back to using two separate lists for Album Artists and All Artists.

At which point would useUnifiedArtistsList be reset? It's clearly set to 1 here, isn't it?

   bandInArtists: '~'

~ is not the same as the literal '~': ~ YAML represents "undefined" or the null value (https://yaml.org/type/null.html). '~' OTOH is that exact literal value. Which is truthy in Perl as almost anything other than '', 0 or undefined.

--

Michael
_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to