Skip to content

Commit

Permalink
Update M3U8HttpServer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JinJieGu authored Dec 14, 2017
1 parent 10904c9 commit 1816a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class M3U8HttpServer extends NanoHTTPD {

private NanoHTTPD server;
private static final int DEFAULT_PORT = 8686;
String filesDir = null;
public String filesDir = null;

public M3U8HttpServer() {
super(DEFAULT_PORT);
Expand Down

0 comments on commit 1816a64

Please sign in to comment.