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 ed1f1ab commit 6871d50Copy full SHA for 6871d50
src/Audio.cpp
@@ -3,8 +3,8 @@
3
*
4
* Created on: Oct 28.2018
5
6
- * Version 3.0.13ze
7
- * Updated on: Dec 30.2024
+ * Version 3.0.13zf
+ * Updated on: Dec 31.2024
8
* Author: Wolle (schreibfaul1)
9
10
*/
@@ -698,7 +698,7 @@ bool Audio::httpPrint(const char* host) {
698
strcat(rqh, hostwoext);
699
strcat(rqh, "\r\n");
700
strcat(rqh, "Accept: */*\r\n");
701
- strcat(rqh, "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\r\n");
+ strcat(rqh, "User-Agent: VLC/3.0.21 LibVLC/3.0.21\r\n");
702
strcat(rqh, "Accept-Encoding: identity;q=1,*;q=0\r\n");
703
strcat(rqh, "Connection: keep-alive\r\n\r\n");
704
0 commit comments