Merge pull request #707 from Robbt/intro-playlist

Add Intro and Outro playlist to Autoloading Playlists
This commit is contained in:
frecuencialibre 2019-02-14 10:49:15 -06:00 committed by GitHub
commit 4d0fea34fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 91 additions and 19 deletions

View file

@ -214,7 +214,6 @@ final class Application_Model_Scheduler
private function retrieveMediaFiles($id, $type, $show)
{
$files = array();
if ($type === "audioclip") {
$file = CcFilesQuery::create()->findPK($id, $this->con);