elementary / music

Music player and library designed for elementary OS
https://elementary.io
GNU General Public License v3.0
145 stars 49 forks source link

[main]Dropping a music file onto the queue list does not add it to the queue #715

Closed jeremypw closed 2 years ago

jeremypw commented 2 years ago

What Happened?

A music file was dragged from Files and dropped onto Music's queue list. The drag icon indicated that a drop would be accepted and on dropping a notification that something was added to the queue appeared. However, the queue did not show the new file and it could not be played using the Next button. The message shown in Log Output section appeared in the terminal when the file was hovered over the queue.

Note: dropping the file onto the dock icon did add the file to the queue.

Steps to Reproduce

  1. Open Music flatpak and Files
  2. Drag a music file from Files and drop it onto Music's queue list
  3. Observe the file is not added to the queue

Expected Behavior

Music files dropped onto the queue should be added to the queue.

OS Version

7.x (Early Access)

Software Version

Compiled from git

Log Output

`gdk_drop_set_actions: assertion 'priv->state == GDK_DROP_STATE_NONE' failed
`

Hardware Info

No response

jeremypw commented 2 years ago

Closing as does not relate to master branch.