mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 17:19:59 +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) {
|
||||
this.setState({
|
||||
mediaType
|
||||
, filePath: fileUrl.href
|
||||
, filePath: fileUrl
|
||||
});
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user