This commit is contained in:
yutou
2021-04-13 17:38:54 +08:00
parent 633543ab05
commit c0a8478d10
3 changed files with 7 additions and 5 deletions

View File

@@ -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 {