fix typos

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-05 11:35:47 +08:00
parent b4a46133be
commit ea52dd4484
51 changed files with 162 additions and 162 deletions

View File

@@ -9,7 +9,7 @@ class DownloadPageInfo with MultiSelectData {
String cover;
int sortKey;
final int? seasonType;
final List<BiliDownloadEntryInfo> entrys;
final List<BiliDownloadEntryInfo> entries;
DownloadPageInfo({
required this.pageId,
@@ -18,6 +18,6 @@ class DownloadPageInfo with MultiSelectData {
required this.cover,
required this.sortKey,
this.seasonType,
required this.entrys,
required this.entries,
});
}