Bugzilla – Bug 9252
Favorites missing in skin inheriting Default
Last modified: 2009-07-31 10:27:55 UTC
See the zip file for a very simple skin that inherits from the Default skin. It's missing the Favorites menu item on the home page.
Created attachment 3864 [details] inherited skin
Michael: this a 7.3 bug or a 7.2.1 bug?
Might be a simple fix. Will investigate.
It's such a stupid little change, I'll do this for 7.2.1: Index: /Users/mh/Documents/workspace/7.3/server/Slim/Web/Pages/Home.pm =================================================================== --- /Users/mh/Documents/workspace/7.3/server/Slim/Web/Pages/Home.pm (revision 22835) +++ /Users/mh/Documents/workspace/7.3/server/Slim/Web/Pages/Home.pm (working copy) @@ -132,8 +132,6 @@ Slim::Plugin::DigitalInput::Plugin->webPages($client->hasDigitalIn); } - # add favorites to first level of Default skin - if (($params->{'skinOverride'} || $prefs->get('skin')) eq 'Default') { my $favs = Slim::Utils::Favorites->new($client); if ($favs) { @@ -139,7 +137,6 @@ if ($favs) { $params->{'favorites'} = $favs->toplevel; } - } I should never have added that condition. Sorry.
change 22840 (7.2.1) - include Favorites in home menu page of all skins
This bug has been fixed in the 7.3.0 release version of SqueezeCenter! Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Reduce number of active targets for SC