summaryrefslogtreecommitdiffstats
path: root/stream/stream_mf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_mf.c')
-rw-r--r--stream/stream_mf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_mf.c b/stream/stream_mf.c
index 69a6dce58d..4c871c4334 100644
--- a/stream/stream_mf.c
+++ b/stream/stream_mf.c
@@ -39,4 +39,5 @@ const stream_info_t stream_info_mf = {
.name = "mf",
.open = mf_stream_open,
.protocols = (const char*const[]){ "mf", NULL },
+ .stream_origin = STREAM_ORIGIN_FS,
};