mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-29 00:10:57 +02:00
fix last commit
Origin commit data
------------------
Branch: master
Commit: 8ad83136ce
Author: TangoCash <eric@loxat.de>
Date: 2017-10-15 (Sun, 15 Oct 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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