mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
fix: Unescape html character in eh metadata on server side
This commit is contained in:
@@ -12,7 +12,7 @@ export type GalleryMetadataTorrentInfo = {
|
||||
export type GalleryMetadataSingle = {
|
||||
gid: number;
|
||||
token: string;
|
||||
archiver_key: string;
|
||||
archiver_key?: string;
|
||||
/// HTML escaped
|
||||
title: string;
|
||||
/// HTML escaped
|
||||
|
||||
Reference in New Issue
Block a user