mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
refa: video model (#523)
This commit is contained in:
committed by
GitHub
parent
bf464994df
commit
7a6085e923
@@ -67,7 +67,7 @@ class HistoryController extends MultiSelectController
|
||||
bool customHandleResponse(Success response) {
|
||||
HistoryData data = response.response;
|
||||
isEnd = data.list.isNullOrEmpty || data.list!.length < 20;
|
||||
max = data.list?.lastOrNull?.history?.oid;
|
||||
max = data.list?.lastOrNull?.history.oid;
|
||||
viewAt = data.list?.lastOrNull?.viewAt;
|
||||
if (currentPage == 1) {
|
||||
if (type == null && tabs.isEmpty && data.tab?.isNotEmpty == true) {
|
||||
|
||||
Reference in New Issue
Block a user