fix: force playout status > 0 for playout schedule
This commit is contained in:
parent
3f2c6d871a
commit
01e8ee924b
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class AirtimeApiClient:
|
|||
params={
|
||||
"ends__range": ("{}Z,{}Z".format(str_current, str_end)),
|
||||
"is_valid": True,
|
||||
"playout_status__gt": 0,
|
||||
}
|
||||
)
|
||||
result = {"media": {}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue