diff options
Diffstat (limited to 'stream/network.c')
-rw-r--r-- | stream/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/network.c b/stream/network.c index 3c0e710c83..371b7f52cd 100644 --- a/stream/network.c +++ b/stream/network.c @@ -54,7 +54,7 @@ char *network_username=NULL; char *network_password=NULL; int network_bandwidth=0; int network_cookies_enabled = 0; -char *network_useragent="Mozilla/5.0"; +char *network_useragent="MPlayer 1.1-4.7"; char *network_referrer=NULL; char **network_http_header_fields=NULL; |