mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
include lastfm/mbz links
This commit is contained in:
@@ -170,6 +170,7 @@ export interface SettingsState {
|
||||
general: {
|
||||
accent: string;
|
||||
defaultFullPlaylist: boolean;
|
||||
externalLinks: boolean;
|
||||
followSystemTheme: boolean;
|
||||
language: string;
|
||||
playButtonBehavior: Play;
|
||||
@@ -281,6 +282,7 @@ const initialState: SettingsState = {
|
||||
general: {
|
||||
accent: 'rgb(53, 116, 252)',
|
||||
defaultFullPlaylist: true,
|
||||
externalLinks: false,
|
||||
followSystemTheme: false,
|
||||
language: 'en',
|
||||
playButtonBehavior: Play.NOW,
|
||||
|
||||
Reference in New Issue
Block a user