openshot-qt
openshot-qt copied to clipboard
fix issue with parsing relative filepath
Conversion of asset path from relative to absolute does not work, as the used regexp is selecting the entire json data. Proposed change is to select the minimum string which fits the pattern.