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)) {