mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
chore: removed unused files
This commit is contained in:
parent
1cfd377c29
commit
a3021e4c52
@ -1,21 +0,0 @@
|
||||
abstract class LocalStorageKeys {
|
||||
static String saveTrackLyrics = 'save_track_lyrics';
|
||||
static String recommendationMarket = 'recommendation_market';
|
||||
static String ytSearchFormate = 'youtube_search_format';
|
||||
|
||||
static String clientId = 'clientId';
|
||||
static String clientSecret = 'clientSecret';
|
||||
static String accessToken = 'accessToken';
|
||||
static String refreshToken = 'refreshToken';
|
||||
static String expiration = "expiration";
|
||||
static String geniusAccessToken = "genius_access_token";
|
||||
|
||||
static String themeMode = "theme_mode";
|
||||
static String nextTrackHotKey = "next_track_hot_key";
|
||||
static String prevTrackHotKey = "prev_track_hot_key";
|
||||
static String playPauseHotKey = "play_pause_hot_key";
|
||||
|
||||
static String volume = "volume";
|
||||
|
||||
static String windowSizeInfo = "window_size_info";
|
||||
}
|
Loading…
Reference in New Issue
Block a user