Skip to content

Commit

Permalink
[35] [34] Fix Resolution Collections Sort Order (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarper24 authored and actions-user committed Sep 10, 2024
1 parent 53f9642 commit f1aa2ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2-build33.1
2.0.2-build35
10 changes: 5 additions & 5 deletions defaults/both/resolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -79,4 +79,4 @@ dynamic_collections:
- 360
- sd
- 576


0 comments on commit f1aa2ed

Please sign in to comment.