Fix bug in credentialsAvailable for Streamate
It was using the username for Chaturbate. Whoopsy!
This commit is contained in:
parent
f79441d414
commit
c6dd2bb06c
|
@ -179,7 +179,7 @@ public class Streamate extends AbstractSite {
|
|||
|
||||
@Override
|
||||
public boolean credentialsAvailable() {
|
||||
String username = Config.getInstance().getSettings().username;
|
||||
String username = Config.getInstance().getSettings().streamateUsername;
|
||||
return StringUtil.isNotBlank(username);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue