From 3787a668fad6cdcdf16a2900c70866548925a74e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:04:29 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.37.0...v0.48.0) - [github.com/crate-ci/typos: v1.24.6 → v1](https://github.com/crate-ci/typos/compare/v1.24.6...v1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1702cda11..3cb9d8eff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ fail_fast: true repos: # General file checks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: trailing-whitespace exclude: \.(png|jpg|jpeg|gif|svg|webp)$ @@ -27,7 +27,7 @@ repos: # Markdown specific formatting and linting - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.48.0 hooks: - id: markdownlint args: ["--config", ".markdownlint.json", "--fix"] @@ -36,7 +36,7 @@ repos: # Spell checking for markdown files - repo: https://github.com/crate-ci/typos - rev: v1.24.6 + rev: v1 hooks: - id: typos args: ["--config", ".typos.toml"] From 5ff7292e99dfbc637b44b32a9b56ac7cc05e5516 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:05:03 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- lidarr/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lidarr/faq.md b/lidarr/faq.md index 0d61a6a19..e7a0d776a 100644 --- a/lidarr/faq.md +++ b/lidarr/faq.md @@ -172,7 +172,7 @@ As of Lidarr v2, Authentication is Mandatory. ## How can I find a MusicBrainz ID? 1. [Search for your desired artist or album](https://musicbrainz.org/search) (use `Release Group` type for albums) -2. The MusicBrainz ID can be found under the "Details" tab: +2. The MusicBrainz ID can be found under the "Details" tab: ![musicbrainz_id_detail_tab.png](/images/musicbrainz_id_detail_tab.png) 3. Or at the end of the URL: ![musicbrainz_id_url.png](/images/musicbrainz_id_url.png)