abdallahmehiz / mpvKt

A media player for android, based on mpv-android and built with Jetpack Compose.
Apache License 2.0
408 stars 12 forks source link

[BUG] Subtitle delay utility applies to both subtitles #68

Closed 77-77SP closed 1 week ago

77-77SP commented 1 week ago

When using the text heard/audio seen subtitle utility, the change is made to both primary and secondary subtitles instead of the chosen subtitle only. This behavior should only occur when "both" option is used.

Tested on version 0.1.5

Thank you

abdallahmehiz commented 1 week ago

From my testing, this isn't happening... and the delay is getting applied to the chosen subtitle correctly...

77-77SP commented 1 week ago

From my testing, this isn't happening... and the delay is getting applied to the chosen subtitle correctly...

I tested it again and while it is correct that the delay is getting applied to the selected subtitle only, the delay input value can be seen in primary, secondary and both.

abdallahmehiz commented 1 week ago

more of a UI bug then, should be fixed in 6901e1c2f723ae271220f879db852a36338950c4

77-77SP commented 1 week ago

more of a UI bug then, should be fixed in 6901e1c2f723ae271220f879db852a36338950c4

Understood, thank you for your time.