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 1a68dea commit 3f250eaCopy full SHA for 3f250ea
src/AudioLibs/AudioServerEx.h
@@ -64,7 +64,7 @@ class AudioServerEx : public AudioPrint {
64
end(); // we (re) start with a clean state
65
66
if (info.input==nullptr){
67
- p_stream = new ExtensionStream(info.path,tinyhttp::GET, info.mime );
+ p_stream = new ExtensionStream(info.path,tinyhttp::T_GET, info.mime );
68
} else {
69
p_stream = new ExtensionStream(info.path, info.mime, *info.input);
70
}
0 commit comments