arm/mips: fix subtitle count (thx DBoxOldie)

Origin commit data
------------------
Branch: master
Commit: 72900537e6
Author: max_10 <max_10@gmx.de>
Date: 2024-03-24 (Sun, 24 Mar 2024)

Origin message was:
------------------
- arm/mips: fix subtitle count (thx DBoxOldie)

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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2024-03-24 22:23:52 +01:00
committed by vanhofen
parent 889290cc83
commit 6ada6d21da

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;