Skip to content

Commit

Permalink
Call plugin VideoProvider with generateParamsForURL
Browse files Browse the repository at this point in the history
  • Loading branch information
typcn committed Aug 2, 2016
1 parent 438e645 commit bfc5fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bilibili/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3101</string>
<string>3102</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
4 changes: 1 addition & 3 deletions bilibili/RemoteCall/HTTPServer.mm
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,7 @@ - (void)startHTTPServer{
if(!vp){
return nil;
}
[[PlayerLoader sharedInstance] loadVideoFrom:vp withData:@{
@"userstr":data
}];
[[PlayerLoader sharedInstance] loadVideoFrom:vp withPageUrl:data];
return nil;
}
bool canHandle = [plugin canHandleEvent:action];
Expand Down

0 comments on commit bfc5fc3

Please sign in to comment.