summaryrefslogtreecommitdiffstats
path: root/stream/stream_tv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_tv.c')
-rw-r--r--stream/stream_tv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_tv.c b/stream/stream_tv.c
index b1c2e63167..89d22e9a3d 100644
--- a/stream/stream_tv.c
+++ b/stream/stream_tv.c
@@ -92,6 +92,7 @@ tv_stream_open (stream_t *stream, int mode)
stream->type = STREAMTYPE_TV;
stream->close=tv_stream_close;
stream->demuxer = "tv";
+ stream->allow_caching = false;
return STREAM_OK;
}