Skip to content
Snippets Groups Projects
Commit ba327a0a authored by Benjamin Arnaud's avatar Benjamin Arnaud
Browse files

PlaylistListView

parent 41607e3c
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,9 @@ Widgets.NavigableFocusScope {
root.model.moveItemsPre(root.model.getSelection(), index)
}
function insertIntoPlaylistMedia(index) {
}
function canInsertIntoPlaylist(index) {
var diff = dragItem.index - index
if (diff === 0 || diff === -1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment