Skip to content

Commit

Permalink
add support for MKV files
Browse files Browse the repository at this point in the history
fixes #89
  • Loading branch information
edouard-lopez committed Dec 16, 2018
1 parent 6342194 commit 83bbd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pattypan/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public static ColumnConstraints newColumn(int value, String unit, HPos position)
/* file utils */
private final static ArrayList<String> allowedExtentionImage = new ArrayList<>(
Arrays.asList("djvu", "flac", "gif", "jpg", "jpeg", "mid",
"oga", "ogg","ogv", "opus", "pdf", "png", "svg", "tiff",
"mkv", "oga", "ogg","ogv", "opus", "pdf", "png", "svg", "tiff",
"tif", "wav", "webm", "webp", "xcf", "mp3", "stl")
);

Expand Down

0 comments on commit 83bbd75

Please sign in to comment.