summaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver/files/patch-Slim_Plugin_LastFM_ProtocolHandler.pm
diff options
context:
space:
mode:
Diffstat (limited to 'audio/squeezeboxserver/files/patch-Slim_Plugin_LastFM_ProtocolHandler.pm')
-rw-r--r--audio/squeezeboxserver/files/patch-Slim_Plugin_LastFM_ProtocolHandler.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/squeezeboxserver/files/patch-Slim_Plugin_LastFM_ProtocolHandler.pm b/audio/squeezeboxserver/files/patch-Slim_Plugin_LastFM_ProtocolHandler.pm
deleted file mode 100644
index 4544e7a9a693..000000000000
--- a/audio/squeezeboxserver/files/patch-Slim_Plugin_LastFM_ProtocolHandler.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- Slim/Plugin/LastFM/ProtocolHandler.pm.orig 2008-12-22 14:26:28.000000000 -0800
-+++ Slim/Plugin/LastFM/ProtocolHandler.pm 2008-12-22 14:32:41.000000000 -0800
-@@ -7,7 +7,7 @@
- use strict;
- use base qw(Slim::Player::Protocols::HTTP);
-
--use JSON::XS qw(from_json);
-+use JSON::XS::VersionOneAndTwo;
- use URI::Escape qw(uri_escape_utf8);
-
- use Slim::Player::Playlist;