Issue:
Creating a new playlist during an upload operation will cause the currently uploaded file and any subsequent pending to upload file to be uploaded to that new playlist.
Expected behavior:
Since the upload operation was geared towards a specific playlist, the upload operation of the file should be done towards that playlist from beginning to end regardless of how many playlists are created in the interim. If implementing the workflow is too challenging or not within the current scope of what's being accomplished, I'd recommend disabling the 'Create Playlist' button during active transfer to prevent user from changing the target playlist mid-upload.
Steps to replicate:
- Upload a subset of files to a chosen playlist through the Upload section
- Create a new playlist while the upload is still active
- The currently active transfer and any subsequent files will be uploaded to that new playlist.