[BACKEND] Filter out upcoming videos and post-live streams by default in TV show presets
This commit is contained in:
parent
04b19a5ddd
commit
7368f44f01
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ presets:
|
|||
_base:
|
||||
match_filters:
|
||||
filters:
|
||||
- "!is_live"
|
||||
- "!is_live & !is_upcoming & !post_live"
|
||||
overrides:
|
||||
file_uid: "{uid_sanitized}"
|
||||
file_title: "{title_sanitized}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue