From 087cd79b8b9b583623880a49c570cc59072717f0 Mon Sep 17 00:00:00 2001 From: hensm Date: Fri, 6 Sep 2019 06:47:15 +0100 Subject: [PATCH] Fix browser receiver selector file path access --- ext/src/ui/popup/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/src/ui/popup/index.tsx b/ext/src/ui/popup/index.tsx index 570ca89..faa389d 100755 --- a/ext/src/ui/popup/index.tsx +++ b/ext/src/ui/popup/index.tsx @@ -187,7 +187,7 @@ class PopupApp extends Component<{}, PopupAppState> { if (fileUrl) { this.setState({ mediaType - , filePath: fileUrl.href + , filePath: fileUrl }); return;