Skip to content

Commit 3f250ea

Browse files
committed
AudioServerEx compile error
1 parent 1a68dea commit 3f250ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioLibs/AudioServerEx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class AudioServerEx : public AudioPrint {
6464
end(); // we (re) start with a clean state
6565

6666
if (info.input==nullptr){
67-
p_stream = new ExtensionStream(info.path,tinyhttp::GET, info.mime );
67+
p_stream = new ExtensionStream(info.path,tinyhttp::T_GET, info.mime );
6868
} else {
6969
p_stream = new ExtensionStream(info.path, info.mime, *info.input);
7070
}

0 commit comments

Comments
 (0)