Skip to content

Commit 230cf1f

Browse files
committed
the same as before, but change a way to do that
1 parent ccf141b commit 230cf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ASFMKV_dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3315,7 +3315,7 @@ def getForceSub(media_ass: dict) -> str:
33153315
maxNum = len(str(len(sublangs)))
33163316

33173317
if len(sublangs) == 1:
3318-
return list(sublangs.keys())[0]
3318+
return '?'
33193319

33203320
def showFocusSub(i: str):
33213321
print('【字幕示例】')

0 commit comments

Comments
 (0)