playout.pm: always update
disable need for update, seems not to be working…
This commit is contained in:
@@ -292,7 +292,7 @@ sub sync ($$) {
|
||||
|
||||
# update existing entries
|
||||
if ( defined $update_by_date->{$start} ) {
|
||||
next if has_changed( $entry, $update_by_date->{$start} ) == 0;
|
||||
#next if has_changed( $entry, $update_by_date->{$start} ) == 0;
|
||||
playout::update( $config, $dbh, $entry, $update_by_date->{$start} );
|
||||
my $result = series_events::set_playout_status(
|
||||
$config,
|
||||
@@ -354,7 +354,7 @@ sub update ($$$$) {
|
||||
my $oldEntry = shift;
|
||||
my $newEntry = shift;
|
||||
|
||||
return if has_changed( $oldEntry, $newEntry ) == 0;
|
||||
#return if has_changed( $oldEntry, $newEntry ) == 0;
|
||||
|
||||
for my $key (
|
||||
'duration', 'errors', 'file', 'channels',
|
||||
|
||||
Reference in New Issue
Block a user