diff --git a/thrimshim/thrimshim/main.py b/thrimshim/thrimshim/main.py index 32168ec..1ecc0e9 100644 --- a/thrimshim/thrimshim/main.py +++ b/thrimshim/thrimshim/main.py @@ -173,10 +173,10 @@ def get_row(ident): # pick default frame time as the middle of the video. # ignore both if video has no start time yet. DEFAULT_TEMPLATES = [ - "zeta", - "dawn-guard", - "alpha-flight", - "night-watch", + "zeta-right", + "dawn-guard-right", + "alpha-flight-right", + "night-watch-right", ] if response['event_start'] is not None: start = response['event_start']