From e5b5e1a2912d84ef6a8a2f4513f3c48321a899ba Mon Sep 17 00:00:00 2001 From: Afterster Date: Mon, 4 Aug 2014 08:14:28 +0200 Subject: [PATCH] Fix travis build --- lib/class/plex_api.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/class/plex_api.class.php b/lib/class/plex_api.class.php index caf5e011..3349758a 100644 --- a/lib/class/plex_api.class.php +++ b/lib/class/plex_api.class.php @@ -703,7 +703,7 @@ class Plex_Api debug_event('plex', 'Universal transcoder requested but `webm` transcode settings not configured. This will probably failed.', 3); } } - + if (Plex_XML_Data::isSong($id)) { $url = Song::play_url(Plex_XML_Data::getAmpacheId($id), $additional_params); } elseif (Plex_XML_Data::isVideo($id)) {