forked from Lainports/freebsd-ports
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]
11 lines
371 B
Perl
11 lines
371 B
Perl
--- Slim/Plugin/Sirius/ProtocolHandler.pm.orig 2008-12-22 14:26:28.000000000 -0800
|
|
+++ Slim/Plugin/Sirius/ProtocolHandler.pm 2008-12-22 14:32:33.000000000 -0800
|
|
@@ -19,7 +19,7 @@
|
|
use Slim::Utils::Timers;
|
|
|
|
use HTTP::Request;
|
|
-use JSON::XS qw(from_json);
|
|
+use JSON::XS::VersionOneAndTwo;
|
|
use URI::Escape qw(uri_escape);
|
|
|
|
my $log = Slim::Utils::Log->addLogCategory( {
|