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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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