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
|
# update existing entries
|
||||||
if ( defined $update_by_date->{$start} ) {
|
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} );
|
playout::update( $config, $dbh, $entry, $update_by_date->{$start} );
|
||||||
my $result = series_events::set_playout_status(
|
my $result = series_events::set_playout_status(
|
||||||
$config,
|
$config,
|
||||||
@@ -354,7 +354,7 @@ sub update ($$$$) {
|
|||||||
my $oldEntry = shift;
|
my $oldEntry = shift;
|
||||||
my $newEntry = shift;
|
my $newEntry = shift;
|
||||||
|
|
||||||
return if has_changed( $oldEntry, $newEntry ) == 0;
|
#return if has_changed( $oldEntry, $newEntry ) == 0;
|
||||||
|
|
||||||
for my $key (
|
for my $key (
|
||||||
'duration', 'errors', 'file', 'channels',
|
'duration', 'errors', 'file', 'channels',
|
||||||
|
|||||||
Reference in New Issue
Block a user