mirror of
https://github.com/stashapp/stash.git
synced 2026-04-19 05:23:30 +02:00
Reorder new scene fields (#3191)
This commit is contained in:
parent
57ad12e43b
commit
a8f4c2c29c
1 changed files with 2 additions and 2 deletions
|
|
@ -10,11 +10,11 @@ export interface IScraperSource {
|
|||
|
||||
export const sceneFields = [
|
||||
"title",
|
||||
"code",
|
||||
"date",
|
||||
"director",
|
||||
"details",
|
||||
"url",
|
||||
"code",
|
||||
"director",
|
||||
"studio",
|
||||
"performers",
|
||||
"tags",
|
||||
|
|
|
|||
Loading…
Reference in a new issue