obs-browser: Fix local files not being processed correctly
Local files are normally prefixed with `http://absolute/` before loading. The refactor unintentionally removed that -- this fixes that issue.
This commit is contained in:
Local files are normally prefixed with `http://absolute/` before loading. The refactor unintentionally removed that -- this fixes that issue.