#93: Making some changes to how the file extension is determined
This commit is contained in:
@@ -2,6 +2,7 @@ namespace Icarus.Constants;
|
||||
|
||||
public class FileExtensions
|
||||
{
|
||||
public static string DEFAULT_AUDIO_EXTENSION = WAV_EXTENSION;
|
||||
// Contains file extension with period at the beginning
|
||||
public static string MP3_EXTENSION = ".mp3";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user