Added studio info to manticore scenes.

This commit is contained in:
DebaucheryLibrarian
2024-09-03 06:10:08 +02:00
parent d877c03180
commit 8feeb0f858
4 changed files with 28 additions and 4 deletions

View File

@@ -18,6 +18,9 @@ const scenesFields = `
network_id int,
network_name text,
network_slug text,
studio_id int,
studio_name text,
studio_slug text,
entity_ids multi,
actor_ids multi,
actors text,