Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/media_playback'
Browse files Browse the repository at this point in the history
  • Loading branch information
yermak committed Nov 12, 2018
1 parent 7720aeb commit e1c4eaa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public void initialize() {
fileList.getSelectionModel().getSelectedIndices().forEach(i -> selectedMedia.add(media.get(i)));
});

//TODO test it
context.getSelectedMedia().addListener((InvalidationListener) observable -> {
if (context.getSelectedMedia().isEmpty()) return;
List<MediaInfo> change = new ArrayList<>(context.getSelectedMedia());
Expand Down

0 comments on commit e1c4eaa

Please sign in to comment.