mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +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}
|
value={props.scene.url}
|
||||||
truncate
|
truncate
|
||||||
/>
|
/>
|
||||||
<URLField
|
|
||||||
id="media_info.downloaded_from"
|
|
||||||
url={props.scene.url}
|
|
||||||
value={props.scene.url}
|
|
||||||
truncate
|
|
||||||
/>
|
|
||||||
{renderStashIDs()}
|
{renderStashIDs()}
|
||||||
<TextField
|
<TextField
|
||||||
id="media_info.play_count"
|
id="media_info.play_count"
|
||||||
|
|||||||
Reference in New Issue
Block a user