-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a track to a playlist via drag & drop does not work #381
Comments
Thank you for reporting. I've created PR #382 to fix this issue. |
@Rello I found one more bug with playlists: deletion button not works for playlist, moving also. idk if it happens atfer upgrading NC to 15.0.5. |
let me test. i have both available |
Sorting works after droping cache. Delete button still not works. add: playlist rename button create field for that, but it looks like read-only. |
15.0.4:
|
Can we add playlist reloading after deleting track? |
is seems NC changed something in the dialog handling (popup for playlist deletion). checking... |
switched from jquery-dialog to OC.dialog... |
Works now. |
When drag&dropping a track on a playlist the server crashes because of an invalid SQL-Query which refers to an
id
-column which does not exist inoc_audioplayer_playlist_tracks
join table.(As you'll see I have an ancient setup, so I'd not be surprised if something does not work. But to me it looks like that this is not the cause of the error.)
Expected behavior
Dragging a track from an album and dropping it on a playlist adds the track to the playlist
Actual behavior
Dragging the track is possible, hovering the playlist changes its background color but dropping the file then does not add it to the playlist. I checked it by viewing the playlist afterwards, it is not only the count which is not increased.
Steps to reproduce the behavior
Server configuration
Operating system:
Debian wheezy (yes, I know)
Web server:
Apache/2.2.22, PHP 5.6.40
Database:
mysql 5.5
ownCloud version:
10.1.0.4
Audio Player version:
2.6.0
Are you using external storage? If yes, which one: No
Client configuration
Operating system:
Kubuntu 18.10
Browser:
Firefox 65.0.1
Logs
Nextcloud/ownCloud log
Nextcloud/ownCloud log (`/data/[nextcloud|owncloud].log`)
Web server error log (optional)
Web server error log
The text was updated successfully, but these errors were encountered: