mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Fixed the server parsing multiple times.
This commit is contained in:
parent
278d0478cf
commit
14123e160f
6
satip.c
6
satip.c
@ -124,10 +124,10 @@ bool cPluginSatip::ProcessArgs(int argc, char *argv[])
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
// this must be done after all parameters are parsed
|
||||
if (!isempty(*server))
|
||||
ParseServer(*server);
|
||||
}
|
||||
// this must be done after all parameters are parsed
|
||||
if (!isempty(*server))
|
||||
ParseServer(*server);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user