blob: f7ad2efb183435983f999f353d9d1ac68e10260f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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;
|