From 89182457fc44cfed96abfb7cc106306b692bbb4d Mon Sep 17 00:00:00 2001 From: jp9000 Date: Mon, 20 Aug 2018 09:04:34 -0700 Subject: [PATCH] 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. --- plugins/obs-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/obs-browser b/plugins/obs-browser index d81d8dafe..13d672aec 160000 --- a/plugins/obs-browser +++ b/plugins/obs-browser @@ -1 +1 @@ -Subproject commit d81d8dafe3eaa4298a17a2513aeb4e4174a08fe0 +Subproject commit 13d672aecbcd8a4be7777e62d3843a8e486cc498