summaryrefslogtreecommitdiffstats
path: root/stream/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cache.c')
-rw-r--r--stream/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/cache.c b/stream/cache.c
index 2f66ccedc3..930e2c4ba7 100644
--- a/stream/cache.c
+++ b/stream/cache.c
@@ -377,6 +377,7 @@ static bool control_needs_flush(int stream_ctrl)
case STREAM_CTRL_SEEK_TO_TIME:
case STREAM_CTRL_SEEK_TO_CHAPTER:
case STREAM_CTRL_SET_ANGLE:
+ case STREAM_CTRL_SET_CURRENT_TITLE:
return true;
}
return false;