update
This commit is contained in:
@@ -102,7 +102,7 @@ public class ApplicationInit implements ApplicationRunner {
|
||||
private void checkLive() {
|
||||
for (BilibiliUpInfo info : service.getUpInfo()) {
|
||||
if (info.getOfflinelistening() == 1) {
|
||||
if (info.getLive() == 1) {
|
||||
if (info.getEnable() == 1) {
|
||||
Live live = LiveUtils.liveContains(info);
|
||||
if (live == null) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user