Fix history miss bug.

pull/1/head
DreamDSTR 4 years ago
parent 2dca0b43bb
commit 989dc84d48
  1. 2
      app/src/main/java/com/github/tvbox/osc/cache/RoomDataManger.java

@ -92,7 +92,7 @@ public class RoomDataManger {
}.getType());
info.sourceKey = record.sourceKey;
SourceBean sourceBean = ApiConfig.get().getSource(info.sourceKey);
if (sourceBean == null || info.name == null || info.type == null)
if (sourceBean == null || info.name == null)
info = null;
}
} catch (Exception e) {

Loading…
Cancel
Save