forked from j62/ctbrec
Reduce visibility of public method
This commit is contained in:
parent
3c4ef05a48
commit
2e4ec80bd8
|
@ -338,7 +338,7 @@ public class ChaturbateModel extends AbstractModel { // NOSONAR
|
||||||
return getMasterPlaylist(getStreamInfo());
|
return getMasterPlaylist(getStreamInfo());
|
||||||
}
|
}
|
||||||
|
|
||||||
public MasterPlaylist getMasterPlaylist(StreamInfo streamInfo) throws IOException, ParseException, PlaylistException {
|
private MasterPlaylist getMasterPlaylist(StreamInfo streamInfo) throws IOException, ParseException, PlaylistException {
|
||||||
LOG.trace("Loading master playlist {}", streamInfo.url);
|
LOG.trace("Loading master playlist {}", streamInfo.url);
|
||||||
Request req = new Request.Builder()
|
Request req = new Request.Builder()
|
||||||
.url(streamInfo.url)
|
.url(streamInfo.url)
|
||||||
|
|
Loading…
Reference in New Issue