Skip to content

Commit

Permalink
make setUrl public
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Jul 6, 2018
1 parent 631a131 commit 985bd12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ public void setUrl(String url) {
* @param url 视频地址
* @param headers 请求头
*/
private void setUrl(String url, Map<String, String> headers) {
public void setUrl(String url, Map<String, String> headers) {
mCurrentUrl = url;
mHeaders = headers;
}
Expand Down

0 comments on commit 985bd12

Please sign in to comment.