Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 075e7d7

Browse files
authored
Update FileSystemType.java
1 parent 704ca1b commit 075e7d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/de/filefighter/rest/domain/filesystem/type/FileSystemType.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ public enum FileSystemType {
66
TEXT(1),
77
PICTURE(2),
88
PDF(3);
9+
AUDIO(4);
10+
VIDEO(5);
911

1012
private final long id;
1113

0 commit comments

Comments
 (0)