From 8d6a75a08d644fe2fffe0d50ee22ef6f90bc7241 Mon Sep 17 00:00:00 2001 From: FonduemangVI Date: Sun, 9 Jul 2023 21:28:29 +1000 Subject: [PATCH] fix(arrs): update table formatting --- includes/cf/sonarr-streaming-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/cf/sonarr-streaming-services.md b/includes/cf/sonarr-streaming-services.md index 477c556f0..7d4fc51ed 100644 --- a/includes/cf/sonarr-streaming-services.md +++ b/includes/cf/sonarr-streaming-services.md @@ -1,6 +1,6 @@ ??? abstract "Streaming Services - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | - | :-------------------------------------------------------------------------------------- | :---------------------------------------- | :------------------------------------- | + | --------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------- | | [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_score'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} | | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_score'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} | | [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_score'] }} | {{ sonarr['cf']['max']['trash_id'] }} |