mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Default for EnableCoverAnimation in dev mode is true
This commit is contained in:
@@ -21,7 +21,7 @@ const defaultConfig = {
|
||||
devEnableShare: true,
|
||||
devEnableScrobble: true,
|
||||
lastFMApiKey: '9b94a5515ea66b2da3ec03c12300327e',
|
||||
enableCoverAnimation: false,
|
||||
enableCoverAnimation: true,
|
||||
}
|
||||
|
||||
let config
|
||||
|
||||
Reference in New Issue
Block a user