1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Fix travis build

This commit is contained in:
Afterster 2014-08-04 08:14:28 +02:00
parent f76dba066f
commit e5b5e1a291

View file

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