Added constant for flac file extension #25
@@ -1,3 +1,4 @@
|
||||
pub const WAV_FILE_EXTENSION: &str = ".wav";
|
||||
pub const FLAC_FILE_EXTENSION: &str = ".flac";
|
||||
pub const _MP3_FILE_EXTENSION: &str = ".mp3";
|
||||
pub const JPG_FILE_EXTENSION: &str = ".jpg";
|
||||
|
||||
Reference in New Issue
Block a user