6 lines
224 B
Rust
6 lines
224 B
Rust
pub const DEFAULT_MUSIC_EXTENSION: &str = FLAC_EXTENSION;
|
|
pub const FLAC_EXTENSION: &str = ".flac";
|
|
pub const WAV_EXTENSION: &str = ".wav";
|
|
pub const MPTHREE_EXTENSION: &str = ".mp3";
|
|
pub const JPG_EXTENSION: &str = ".jpg";
|