mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fix last commit
This commit is contained in:
@@ -52,7 +52,7 @@ void cPlayback::Close(void)
|
||||
}
|
||||
}
|
||||
|
||||
bool cPlayback::Start(std::string filename, std::string headers = "")
|
||||
bool cPlayback::Start(std::string filename, std::string headers)
|
||||
{
|
||||
Start(filename.c_str(),0,0,0,0,0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user