mirror of
https://github.com/stashapp/stash.git
synced 2025-12-24 01:03:24 +01:00
Fix duplicate downloaded from field
This commit is contained in:
parent
abc9ec648a
commit
af28fd0f3b
1 changed files with 0 additions and 6 deletions
|
|
@ -309,12 +309,6 @@ export const SceneFileInfoPanel: React.FC<ISceneFileInfoPanelProps> = (
|
|||
value={props.scene.url}
|
||||
truncate
|
||||
/>
|
||||
<URLField
|
||||
id="media_info.downloaded_from"
|
||||
url={props.scene.url}
|
||||
value={props.scene.url}
|
||||
truncate
|
||||
/>
|
||||
{renderStashIDs()}
|
||||
<TextField
|
||||
id="media_info.play_count"
|
||||
|
|
|
|||
Loading…
Reference in a new issue