You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a starting point, take a look at packages/app/app/components/PlaylistView/index.tsx. It receives updatePlaylist in its props, which lets you modify anything in the playlist. It's used for renaming and deleting tracks currently, but could easily be used for modifying the titles/artists.
You should be able to manually edit these fields in a playlist to potentially correct what was found using the metadata providers.
The text was updated successfully, but these errors were encountered: