#93: Starting work to implement flac support
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user