fix: archiver_key not obtained from eh api

This commit is contained in:
2024-12-31 07:32:41 +00:00
committed by GitHub
parent 426396cbb0
commit 754b6bf721
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ GalleryMetadataSingle _$GalleryMetadataSingleFromJson(
GalleryMetadataSingle(
gid: (json['gid'] as num).toInt(),
token: json['token'] as String,
archiverKey: json['archiver_key'] as String,
archiverKey: json['archiver_key'] as String?,
title: json['title'] as String,
titleJpn: json['title_jpn'] as String,
category: json['category'] as String,