CC-2084: Integrate RabbitMQ for immediate schedule updates and commands

Fixed minor issue where schedule was pushed back to pypo after updating
the "played" flag for media files and playlists.

Found one other spot where this was happening and fixed it.
This commit is contained in:
paul.baranowski 2011-03-23 00:27:31 -04:00
parent 72c9e44a91
commit 7f7800aa2b
1 changed files with 0 additions and 1 deletions

View File

@ -554,7 +554,6 @@ class Schedule {
." SET media_item_played=TRUE"
." WHERE id=$p_id";
$retVal = $CC_DBC->query($sql);
RabbitMq::PushSchedule();
return $retVal;
}