I've noticed that the button interface is always showing Album BY Artist
in the album menus - this is different from previous versions.  Proposed
fix is:


Code:
--------------------
    
  --- Slim/Buttons/XMLBrowser.pm  (revision 32395)
  +++ Slim/Buttons/XMLBrowser.pm  (working copy)
  @@ -637,7 +637,7 @@
  $name .= " ($year)" if $year;
  }
  
  -                               if (my $artist = $item->{'artist'}) {
  +                               if ($prefs->get('showArtist') && (my $artist 
= $item->{'artist'})) {
  $name .= sprintf(' %s %s', $client->string('BY'), $artist);
  }
  
--------------------


Let me know if we agree this should be applied.


-- 
Triode
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=85895

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to