fix: bangumi

This commit is contained in:
bggRGjQaUbCoE
2024-10-04 08:04:14 +08:00
parent 7cc9d35783
commit 8279bc6e10

View File

@@ -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;
}