mirror of
https://github.com/mpv-player/mpv
synced 2025-01-12 18:02:36 +00:00
mpvcore/options: Update default user agent string
Uh… about time, I guess?
This commit is contained in:
parent
d5f1b1638c
commit
87ce0c3b8d
@ -29,6 +29,7 @@
|
||||
|
||||
#include "mpvcore/options.h"
|
||||
#include "config.h"
|
||||
#include "version.h"
|
||||
#include "mpvcore/m_config.h"
|
||||
#include "mpvcore/m_option.h"
|
||||
#include "stream/tv.h"
|
||||
@ -43,7 +44,7 @@
|
||||
|
||||
int network_bandwidth=0;
|
||||
int network_cookies_enabled = 0;
|
||||
char *network_useragent="MPlayer 1.1-4.7";
|
||||
char *network_useragent="mpv " VERSION;
|
||||
char *network_referrer=NULL;
|
||||
char **network_http_header_fields=NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user