Skip to content

Commit

Permalink
Issue #81, Fixed proxy implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
stormdb committed Nov 19, 2020
1 parent 5d12485 commit 9418cfd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public void moveDown() {

@Override
public List<MediaInfo> getMedia() {
return List.of(getMediaInfo());
return getMediaInfo().getMedia();
}

public String getFileName() {
Expand Down

0 comments on commit 9418cfd

Please sign in to comment.