Merge pull request #1161 from rjhelms/autoload-deleted
Add check for deleted instance to AutoPlaylist
This commit is contained in:
commit
35db1e4931
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ class AutoPlaylistManager {
|
|||
$future->add(new DateInterval('PT1H'));
|
||||
|
||||
return CcShowInstancesQuery::create()
|
||||
->filterByDbModifiedInstance(false)
|
||||
->filterByDbStarts($now,Criteria::GREATER_THAN)
|
||||
->filterByDbStarts($future,Criteria::LESS_THAN)
|
||||
->useCcShowQuery('a', 'left join')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue