Fix duplicate downloaded from field

This commit is contained in:
WithoutPants
2022-11-21 17:28:49 +11:00
committed by GitHub
parent abc9ec648a
commit af28fd0f3b

View File

@@ -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"