mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Default for EnableCoverAnimation
in dev mode is true
This commit is contained in:
parent
a73f885afb
commit
fd82b8f2dc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue