856903091a
Remove the ability to set the default skin using the port. The current implemenation breaks the install wizard and I don't want to hold this commit up further. [2] Submitted by: Alex Varju <freebsd dash ports at varju dot ca> [1] Reported by: Nicolai Petri <nicolai at catpipe dot net> [2]
10 lines
304 B
Perl
10 lines
304 B
Perl
--- Slim/Web/Pages/Home.pm.orig 2008-12-11 14:13:33.000000000 -0800
|
|
+++ Slim/Web/Pages/Home.pm 2008-12-22 13:11:18.000000000 -0800
|
|
@@ -14,6 +14,7 @@
|
|
|
|
use base qw(Slim::Web::Pages);
|
|
|
|
+use Slim::Plugin::Base;
|
|
use Slim::Utils::Prefs;
|
|
use Slim::Utils::Strings;
|
|
use Slim::Networking::Discovery::Server;
|