mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Fix travis build
This commit is contained in:
parent
f76dba066f
commit
e5b5e1a291
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue