fix last commit

This commit is contained in:
TangoCash
2017-10-15 12:25:20 +02:00
parent ba0766f0c0
commit 8ad83136ce

View File

@@ -401,6 +401,10 @@ bool cPlayback::Start(char *filename, int /*vpid*/, int /*vtype*/, int /*apid*/,
{
isHTTP = true;
}
else if(!strncmp("https://", filename, 8))
{
isHTTP = true;
}
else if(!strncmp("file://", filename, 7))
{
isHTTP = false;