Fix likes

This commit is contained in:
Arkadiusz Fal
2022-11-14 23:13:56 +01:00
parent ae24dea4d6
commit b92d71d79b
2 changed files with 2 additions and 11 deletions

View File

@@ -19,15 +19,6 @@ extension PlayerModel {
return
}
if historyItemBeingLoaded == nil {
logger.info("loading history details: \(id)")
historyItemBeingLoaded = id
} else {
logger.info("POSTPONING history load: \(id)")
historyItemsToLoad.append(id)
return
}
playerAPI.video(id)
.load()
.onSuccess { [weak self] response in