arm/mips: fix subtitle count (thx DBoxOldie)

Origin commit data
------------------
Commit: 8b01ae47b8
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-02-20 (Tue, 20 Feb 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2024-02-20 00:09:23 +01:00
committed by Thilo Graf
parent dbf0dbc17c
commit 731704ad97

View File

@@ -248,6 +248,8 @@ static int PlaybackClose(Context_t *context)
context->manager->video->Command(context, MANAGER_DEL, NULL);
if (context->manager->chapter)
context->manager->chapter->Command(context, MANAGER_DEL, NULL);
if (context->manager->subtitle)
context->manager->subtitle->Command(context, MANAGER_DEL, NULL);
context->playback->isPaused = 0;
context->playback->isPlaying = 0;