#93: Starting work to implement flac support

This commit is contained in:
kdeng00
2024-07-08 19:08:26 -04:00
parent fbb761fb5c
commit bde264fedc
4 changed files with 39 additions and 0 deletions
+3
View File
@@ -11,6 +11,9 @@ public class FileExtensions
// Contains file extension with period at the beginning
public static string JPG_EXTENSION = ".jpg";
// Contains file extension with period at the beginning
public static string FLAC_EXTENSION = ".flac";
// Contains file extension with period at the beginning
public static string ZIP_EXTENSION = ".zip";
}