cleaning up code
This commit is contained in:
@@ -85,6 +85,8 @@ export type AppSettings = {
|
||||
export type UserPreferences = {
|
||||
showExplicit: boolean;
|
||||
autoDownload: boolean;
|
||||
/** Jump to the Player view automatically when playback starts (default: true) */
|
||||
autoJumpToPlayer: boolean;
|
||||
};
|
||||
|
||||
export type AppState = {
|
||||
|
||||
Reference in New Issue
Block a user