mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 18:39:58 +00:00
Fix browser receiver selector file path access
This commit is contained in:
@@ -187,7 +187,7 @@ class PopupApp extends Component<{}, PopupAppState> {
|
|||||||
if (fileUrl) {
|
if (fileUrl) {
|
||||||
this.setState({
|
this.setState({
|
||||||
mediaType
|
mediaType
|
||||||
, filePath: fileUrl.href
|
, filePath: fileUrl
|
||||||
});
|
});
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user