We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c5309 commit 9c120deCopy full SHA for 9c120de
stream/stream_mf.c
@@ -39,4 +39,5 @@ const stream_info_t stream_info_mf = {
39
.name = "mf",
40
.open = mf_stream_open,
41
.protocols = (const char*const[]){ "mf", NULL },
42
+ .stream_origin = STREAM_ORIGIN_FS,
43
};
0 commit comments