Merge pull request #1386 from ferferga/blurhash

Fix episodes listing after blurhash
This commit is contained in:
dkanada
2020-06-10 20:35:39 +09:00
committed by GitHub
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -1840,7 +1840,8 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
chaptercardbuilder.buildChapterCards(item, chapters, {
itemsContainer: scenesContent,
backdropShape: 'overflowBackdrop',
squareShape: 'overflowSquare'
squareShape: 'overflowSquare',
imageBlurhashes: item.ImageBlurHashes
});
});
} else {