OklahomaGreyBeard / erlandplugins

Automatically exported from code.google.com/p/erlandplugins
0 stars 1 forks source link

SongInfo 'show item in ...' options don't stick #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which plugin is the bug/enhancement related to ?
SongInfo

What version of SlimServer/SqueezeCeneter are you using? On what operating
system?
7.5.3 / Debian Squeeze / ARM

Could you describe the problem or enhancment ?
See summary. For each information item in SongInfo, one can select whether it 
should be shown in the various interfaces. However, this currently doesn't 
work, none of the interfaces can be turned off.

Attached is a patch that fixes that. The problem is that the option is only 
considered if it is boolean true. If the user disabled it, the value is 0, 
which is boolean false.
Instead, the option should always be considered as long as the user specified 
it (and it thus is defined).

Original issue reported on code.google.com by dannybau...@web.de on 4 Jan 2011 at 12:22

Attachments:

GoogleCodeExporter commented 8 years ago
Patch applied, will be included in next version.

Original comment by erlan...@telia.com on 4 Jan 2011 at 12:46