mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Multiple image URLs (#4000)
* Backend changes - ported from scene impl * Front end changes * Refactor URL mutation code
This commit is contained in:
@@ -2,7 +2,7 @@ fragment SlimImageData on Image {
|
||||
id
|
||||
title
|
||||
date
|
||||
url
|
||||
urls
|
||||
rating100
|
||||
organized
|
||||
o_counter
|
||||
|
||||
@@ -3,7 +3,7 @@ fragment ImageData on Image {
|
||||
title
|
||||
rating100
|
||||
date
|
||||
url
|
||||
urls
|
||||
organized
|
||||
o_counter
|
||||
created_at
|
||||
|
||||
Reference in New Issue
Block a user