Added AccessToken and constant

This commit is contained in:
KD
2025-03-14 01:16:58 +00:00
parent e9ae99520c
commit 1881650e9c
2 changed files with 25 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ 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";