Fix reverse_kids_leak losing genre data after object field reduction in jq
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user