mirror of https://github.com/mpv-player/mpv
Accept Helix as a valid Real server
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10199 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
daf331b5f8
commit
39fe37918d
|
@ -93,7 +93,7 @@ connect:
|
|||
else
|
||||
server=strdup("unknown");
|
||||
}
|
||||
if (strstr(server,"Real"))
|
||||
if (strstr(server,"Real") || strstr(server,"Helix"))
|
||||
{
|
||||
/* we are talking to a real server ... */
|
||||
|
||||
|
|
Loading…
Reference in New Issue