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"] 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)