mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
fix last commit
This commit is contained in:
@@ -401,6 +401,10 @@ bool cPlayback::Start(char *filename, int /*vpid*/, int /*vtype*/, int /*apid*/,
|
|||||||
{
|
{
|
||||||
isHTTP = true;
|
isHTTP = true;
|
||||||
}
|
}
|
||||||
|
else if(!strncmp("https://", filename, 8))
|
||||||
|
{
|
||||||
|
isHTTP = true;
|
||||||
|
}
|
||||||
else if(!strncmp("file://", filename, 7))
|
else if(!strncmp("file://", filename, 7))
|
||||||
{
|
{
|
||||||
isHTTP = false;
|
isHTTP = false;
|
||||||
|
Reference in New Issue
Block a user