fix: Unescape html character in eh metadata on server side

This commit is contained in:
2025-01-01 15:37:45 +08:00
parent 2339c5a113
commit 39b974876e
3 changed files with 10 additions and 2 deletions

View File

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