Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)$
Expand All @@ -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"]
Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion lidarr/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading