mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 07:36:14 +08:00
fix: bangumi
This commit is contained in:
@@ -116,7 +116,7 @@ class BangumiIntroController extends CommonController {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
bool customHandleResponse(Success response) {
|
bool customHandleResponse(Success response) {
|
||||||
epId = response.response.episodes!.first.id;
|
epId ??= response.response.episodes!.first.id;
|
||||||
loadingState.value = response;
|
loadingState.value = response;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user