summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index 8f84be2c65..892eb6740d 100644
--- a/command.c
+++ b/command.c
@@ -1483,7 +1483,7 @@ static int mp_property_sub(m_option_t * prop, int action, void *arg,
if (sh->type == 'v')
init_vo_spudec();
#ifdef USE_ASS
- else if (ass_enabled && sh->type == 'a')
+ else if (ass_enabled && (sh->type == 'a' || sh->type == 't'))
ass_track = sh->ass_track;
#endif
} else {