1
0
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:
Martin Herkt 2013-08-13 03:43:22 +02:00
parent d5f1b1638c
commit 87ce0c3b8d

View File

@ -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;