From f1aa2edead0f561a6ecf06c02eb2c3231cd9916c Mon Sep 17 00:00:00 2001 From: tarper24 Date: Tue, 10 Sep 2024 11:50:07 -0600 Subject: [PATCH] [35] [34] Fix Resolution Collections Sort Order (#2215) --- CHANGELOG | 1 + VERSION | 2 +- defaults/both/resolution.yml | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 41cdd2dd..91025cde 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -30,4 +30,5 @@ Fixed #2169 Add handling for blank secrets Fixed #2176 `clean_bundles`, `optimize`, and `empty_trash` not working as global attributes Fixed #2186 `total_runtime` will now trigger an overlay update Fixed #2195 an image on the docs was a dead link +Fixes sort order of resolution collections Various other Minor Fixes diff --git a/VERSION b/VERSION index 3b64e848..b0bf5af9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2-build33.1 +2.0.2-build35 diff --git a/defaults/both/resolution.yml b/defaults/both/resolution.yml index 2b09ed2b..125535dc 100644 --- a/defaults/both/resolution.yml +++ b/defaults/both/resolution.yml @@ -57,10 +57,10 @@ dynamic_collections: default: resolution other: resolution_other order: - 4k: 1_ - 1080: 2_ - 720: 3_ - 480: 4_ + 4k: "1_" + 1080: "2_" + 720: "3_" + 480: "4_" dynamic: default: true include: @@ -79,4 +79,4 @@ dynamic_collections: - 360 - sd - 576 - \ No newline at end of file +