mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Default for EnableCoverAnimation in dev mode is true
This commit is contained in:
parent
f51afe1f95
commit
ddfbc0380e
@ -21,7 +21,7 @@ const defaultConfig = {
|
|||||||
devEnableShare: true,
|
devEnableShare: true,
|
||||||
devEnableScrobble: true,
|
devEnableScrobble: true,
|
||||||
lastFMApiKey: '9b94a5515ea66b2da3ec03c12300327e',
|
lastFMApiKey: '9b94a5515ea66b2da3ec03c12300327e',
|
||||||
enableCoverAnimation: false,
|
enableCoverAnimation: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
let config
|
let config
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user