Fix local file path writing
This commit is contained in:
parent
b7d5964512
commit
9a599a06de
2 changed files with 6 additions and 5 deletions
|
@ -615,7 +615,7 @@ namespace Mist{
|
|||
timer = Util::getMicros(timer);
|
||||
INFO_MSG("Created header in %.3f ms (%zu tracks)", (double)timer/1000.0, M?M.trackCount():(size_t)0);
|
||||
//Write header to file for caching purposes
|
||||
M.toFile(HTTP::localURIResolver().link(config->getString("input") + ".dtsh").getUrl());
|
||||
M.toFile(config->getString("input") + ".dtsh");
|
||||
}
|
||||
postHeader();
|
||||
if (config->getBool("headeronly")){return 0;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue