mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-20 12:29:51 +02:00
add initial support for more integrations in the now playing panel
This commit is contained in:
@@ -51,7 +51,7 @@ export interface ScopeSettings {
|
||||
gainDb: number
|
||||
multiband: boolean
|
||||
}
|
||||
astra: {
|
||||
nowPlaying: {
|
||||
showCoverArt: boolean
|
||||
showTitle: boolean
|
||||
showArtist: boolean
|
||||
@@ -69,7 +69,7 @@ export const DEFAULT_SCOPE_SETTINGS: ScopeSettings = {
|
||||
vumeter: { mode: 'bar', orientation: 'horizontal' },
|
||||
lufsmeter: { mode: 'bar' },
|
||||
waveform: { mode: DEFAULT_WAVEFORM_MODE, scrollSpeed: 1, gainDb: 0, multiband: false },
|
||||
astra: {
|
||||
nowPlaying: {
|
||||
showCoverArt: true,
|
||||
showTitle: true,
|
||||
showArtist: true,
|
||||
|
||||
Reference in New Issue
Block a user