Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

[C-2791] Use artwork from the file if there is one #3956

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/web/src/pages/upload-page/forms/EditTrackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export const EditTrackForm = (props: EditTrackFormProps) => {
tracks,
trackMetadatas: tracks.map((track) => ({
...track.metadata,
artwork: null,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤣

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

description: '',
releaseDate: new Date(moment().startOf('day').toString()),
tags: '',
Expand Down