diff --git a/content/en/docs/usage/configuration/options.md b/content/en/docs/usage/configuration/options.md index 10f0b2b..aff2235 100644 --- a/content/en/docs/usage/configuration/options.md +++ b/content/en/docs/usage/configuration/options.md @@ -160,7 +160,7 @@ make it all uppercase. Ex: `ND_LOGLEVEL=debug`. See below for all available opti | Backup.Path | `ND_BACKUP_PATH` | Path to store backups. Set to `""` to disable backups. Click [here][backup] for details | `""` (disabled) | | Backup.Schedule | `ND_BACKUP_SCHEDULE` | Schedule for automatic backups. Use [Cron syntax](https://en.wikipedia.org/wiki/Cron#CRON_expression) | `""` (disabled) | | Backup.Count | `ND_BACKUP_COUNT` | Number of backups to keep | `0` (disabled) | -| CoverArtPriority[\*][albumcoverart] | `ND_COVERARTPRIORITY` | Configure the order to look for cover art images. Use special `embedded` value to get embedded images from the audio files | `cover.*, folder.*, front.*, embedded, external` | +| CoverArtPriority[\*][albumcoverart] | `ND_COVERARTPRIORITY` | Configure the order to look for cover art images. Use special `embedded` value to get embedded images from the audio files | `"cover.*, folder.*, front.*, embedded, external"` | | CoverJpegQuality | `ND_COVERJPEGQUALITY` | Set JPEG quality percentage for resized cover art images | `75` | | Deezer.Enabled[\*][deezer-integration] | `ND_DEEZER_ENABLED` | Set this to `false` to completely disable Deezer integration for artist images | `true` | | Deezer.Language | `ND_DEEZER_LANGUAGE` | Language to be used by Deezer integration | `"en"` |