files should not be independent events

This commit is contained in:
Martin Konecny 2012-11-12 17:45:20 -05:00
parent a0a9fc71f1
commit 0f2d5bc844
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ SQL;
'end' => $end,
'show_name' => $item["show_name"],
'replay_gain' => is_null($item["replay_gain"]) ? "0": $item["replay_gain"],
'independent_event' => true
'independent_event' => false
);
self::appendScheduleItem($data, $start, $schedule_item);
}