mirror of
https://github.com/stashapp/stash.git
synced 2025-12-10 02:15:30 +01:00
Fix gallery url scraping (#4187)
This commit is contained in:
parent
eca2f9b97d
commit
c109a58231
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ export const GalleryEditPanel: React.FC<IProps> = ({
|
|||
}
|
||||
|
||||
if (galleryData.urls) {
|
||||
formik.setFieldValue("url", galleryData.urls);
|
||||
formik.setFieldValue("urls", galleryData.urls);
|
||||
}
|
||||
|
||||
if (galleryData.studio?.stored_id) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue