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