beefweb icon indicating copy to clipboard operation
beefweb copied to clipboard

Rework Player interface to use Path type for file system paths

Open hyperblast opened this issue 8 years ago • 0 comments

Currently paths std::string is converted to Path for validation, then converted back to pass to player API. We can avoid this by modifying player API to accept something like std::variant<std::string, Path>

hyperblast avatar Aug 16 '17 20:08 hyperblast