Skip to content

Commit

Permalink
修复收藏夹不加载更多
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengchen committed Jul 28, 2024
1 parent c82d30f commit 88ed374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class StandardVideoCollectionViewController<T: PlayableData>: UIViewController,
}

func setupCollectionView() {
collectionVC.pageSize = 40
collectionVC.pageSize = 20
collectionVC.didSelect = {
[weak self] in
self?.goDetail(with: $0 as! T)
Expand Down

0 comments on commit 88ed374

Please # to comment.