From ee26ed30a871ae35cd5c211739e2a79c8763b53d Mon Sep 17 00:00:00 2001 From: xelot-wilson <143842500+xelot-wilson@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:32:45 +0000 Subject: [PATCH] Update options.md Added missing quotation marks to CoverArtPriority default options. --- content/en/docs/usage/configuration/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` |