mod: subtitleContent clear

This commit is contained in:
guozhigq
2024-11-06 23:23:25 +08:00
parent 3a68581ae5
commit 0ad3d45dd2

View File

@ -1033,6 +1033,8 @@ class PlPlayerController {
if (progress >= content['from']! && progress <= content['to']!) {
subtitleContent.value = content['content']!;
return;
} else {
subtitleContent.value = '';
}
}
}