Closed cboulay closed 4 years ago
Same as #18
The bug was that the StorageLocation path-part first went through a Path() op then another AbsolutePath()... and (I think) each one trims off the end and gives the parent. So this resulted in parent-of-parent. In the fix, the first Path() was removed and only one call to AbsolutePath() is kept.
From a user in Slack:
I haven't investigated yet, but it's either in parsing the storage location somewhere around here or
buildFilename
or when starting recording here.