From cccdb9bae86169dd01e3dab2a5f7c9dbfd01976f Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Thu, 26 Dec 2024 15:55:29 -0600 Subject: [PATCH] Fix format of sort example (#2383) --- docs/kometa/guides/order.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/kometa/guides/order.md b/docs/kometa/guides/order.md index ef211d17..451bce6c 100644 --- a/docs/kometa/guides/order.md +++ b/docs/kometa/guides/order.md @@ -244,6 +244,7 @@ The Sort Orders available for "Smart" collections are outlined on the **[Smart P You can also leverage "Secondary Sorting" This goes beyond the single sort settings you can apply to a collection in Plex. ???+ example "Example 8 - Secondary Sorting" + ```yaml collections: Best 2010+ Movies (By Year): @@ -254,4 +255,4 @@ You can also leverage "Secondary Sorting" This goes beyond the single sort setti - year.desc - audience_rating.desc limit: 20 - ``` \ No newline at end of file + ```