[35] [34] Fix Resolution Collections Sort Order (#2215)

pull/2221/head
tarper24 2 months ago committed by GitHub Action
parent 53f9642904
commit f1aa2edead

@ -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 #2176 `clean_bundles`, `optimize`, and `empty_trash` not working as global attributes
Fixed #2186 `total_runtime` will now trigger an overlay update Fixed #2186 `total_runtime` will now trigger an overlay update
Fixed #2195 an image on the docs was a dead link Fixed #2195 an image on the docs was a dead link
Fixes sort order of resolution collections
Various other Minor Fixes Various other Minor Fixes

@ -1 +1 @@
2.0.2-build33.1 2.0.2-build35

@ -57,10 +57,10 @@ dynamic_collections:
default: resolution default: resolution
other: resolution_other other: resolution_other
order: order:
4k: 1_ 4k: "1_"
1080: 2_ 1080: "2_"
720: 3_ 720: "3_"
480: 4_ 480: "4_"
dynamic: dynamic:
default: true default: true
include: include:

Loading…
Cancel
Save