mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix duplicate downloaded from field
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user