mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Fix ajax.php top10 bug and add two missing fields.
This commit is contained in:
parent
a5ebb19157
commit
06a8c8e6cf
@ -173,7 +173,7 @@ function generate_torrent_json($Caption, $Tag, $Details, $Limit) {
|
||||
'groupId' => (int)$GroupID,
|
||||
'artist' => $TruncArtist,
|
||||
'groupName' => $GroupName,
|
||||
'groupCategory' => (int)$GroupCategory,
|
||||
'groupCategory' => (int)$GroupCategoryID,
|
||||
'groupYear' => (int)$GroupYear,
|
||||
'remasterTitle' => $RemasterTitle,
|
||||
'format' => $Format,
|
||||
@ -189,6 +189,8 @@ function generate_torrent_json($Caption, $Tag, $Details, $Limit) {
|
||||
'leechers' => (int)$Leechers,
|
||||
'data' => (int)$Data,
|
||||
'size' => (int)$Size,
|
||||
'wikiImage' => $WikiImage,
|
||||
'releaseType' => $ReleaseType,
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user