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