From 460d8daeb7948c0493472cb42f511ca13c3b93bc Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 2 Sep 2022 18:20:50 +0200 Subject: [PATCH] Fix: Admonition name --- includes/cf/radarr-hdr-formats.md | 2 +- includes/cf/sonarr-hdr-formats.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/cf/radarr-hdr-formats.md b/includes/cf/radarr-hdr-formats.md index 8486de0d1..fd5c46663 100644 --- a/includes/cf/radarr-hdr-formats.md +++ b/includes/cf/radarr-hdr-formats.md @@ -1,4 +1,4 @@ -??? summary "HDR Metadata - [CLICK TO EXPAND]" +??? summary "HDR Formats - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- | | [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_score'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} | diff --git a/includes/cf/sonarr-hdr-formats.md b/includes/cf/sonarr-hdr-formats.md index 77fb975b8..466ff3f7f 100644 --- a/includes/cf/sonarr-hdr-formats.md +++ b/includes/cf/sonarr-hdr-formats.md @@ -1,4 +1,4 @@ -??? summary "HDR Metadata - [CLICK TO EXPAND]" +??? summary "HDR Formats - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- | | [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_score'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} |