#93: Making some changes to how the file extension is determined

This commit is contained in:
kdeng00
2024-07-18 15:26:59 -04:00
parent 470b7a953a
commit 45c2bd9572
5 changed files with 49 additions and 13 deletions
+1
View File
@@ -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";