Skip to content

There is an issue with obtaining the relevant properties of webview #90

@CoderEYLee

Description

@CoderEYLee

in Services/Helpers/AirPlayServiceMirrored.m
line 518

DLog(@"%@", webView.request.URL.absoluteString);
change
DLog(@"%@", webView.URL.absoluteString);

line 529
DLog(@"%@", webView.request.URL.absoluteString);
change
DLog(@"%@", webView.URL.absoluteString);

When I submit a PR, the following error will be reported
Pull request creation failed. Validation failed: must be a collaborator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions