mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-17 16:21:43 +08:00
Fix: shortest selection in commission filter not working
This commit is contained in:
@@ -19,7 +19,7 @@ COMMISSION_FILTER = Filter(
|
||||
'(\d\d?.\d\d?|\d\d?)?'
|
||||
),
|
||||
attr=('category_str', 'genre_str', 'duration_hm', 'duration_hour'),
|
||||
preset=('shortest')
|
||||
preset=('shortest',)
|
||||
)
|
||||
SHORTEST_FILTER = """
|
||||
0:20 > 0:30
|
||||
|
||||
Reference in New Issue
Block a user