Moved movies to separate table.
This commit is contained in:
@@ -736,7 +736,7 @@ const tagPhotos = [
|
||||
['cum-in-mouth', 0, 'Vina Sky and Avi Love for HardX'],
|
||||
]
|
||||
.map(([slug, fileIndex, comment], index) => ({
|
||||
id: nanoid(),
|
||||
id: `${slug}-${fileIndex}`,
|
||||
tagSlug: slug,
|
||||
path: `tags/${slug}/${fileIndex}.jpeg`,
|
||||
thumbnail: `tags/${slug}/thumbs/${fileIndex}.jpeg`,
|
||||
|
||||
Reference in New Issue
Block a user