Skip to content

Commit 6871d50

Browse files
committed
1 parent ed1f1ab commit 6871d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Audio.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Created on: Oct 28.2018
55
*
6-
* Version 3.0.13ze
7-
* Updated on: Dec 30.2024
6+
* Version 3.0.13zf
7+
* Updated on: Dec 31.2024
88
* Author: Wolle (schreibfaul1)
99
*
1010
*/
@@ -698,7 +698,7 @@ bool Audio::httpPrint(const char* host) {
698698
strcat(rqh, hostwoext);
699699
strcat(rqh, "\r\n");
700700
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");
701+
strcat(rqh, "User-Agent: VLC/3.0.21 LibVLC/3.0.21\r\n");
702702
strcat(rqh, "Accept-Encoding: identity;q=1,*;q=0\r\n");
703703
strcat(rqh, "Connection: keep-alive\r\n\r\n");
704704

0 commit comments

Comments
 (0)