mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +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