Fix reverse_kids_leak losing genre data after object field reduction in jq

This commit is contained in:
Gmer4Lfe
2026-07-17 11:51:30 -04:00
parent 9dbcdc0bd7
commit de57f87b82
+1 -1
View File
@@ -192,7 +192,7 @@ RESULTS=$(echo "$MOVIES_RESPONSE" | jq \
map(
{
title, id, studio, certification, rootFolderPath,
title, id, studio, certification, rootFolderPath, genres,
is_anime: is_anime,
is_kids: is_kids,
is_junk: is_junk