mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
* feat: Discord Rich Presence album art via Last.fm * fix: securely fetch album art
This commit is contained in:
parent
61d7e7c390
commit
21f4a78dd7
4 changed files with 51 additions and 1 deletions
|
|
@ -232,6 +232,7 @@ export interface SettingsState {
|
|||
homeFeature: boolean;
|
||||
homeItems: SortableItem<HomeItem>[];
|
||||
language: string;
|
||||
lastfmApiKey: string;
|
||||
nativeAspectRatio: boolean;
|
||||
passwordStore?: string;
|
||||
playButtonBehavior: Play;
|
||||
|
|
@ -377,6 +378,7 @@ const initialState: SettingsState = {
|
|||
homeFeature: true,
|
||||
homeItems,
|
||||
language: 'en',
|
||||
lastfmApiKey: '',
|
||||
nativeAspectRatio: false,
|
||||
passwordStore: undefined,
|
||||
playButtonBehavior: Play.NOW,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue