might fix simple cache

This commit is contained in:
LagradOst 2022-05-06 13:33:10 +02:00
parent 62a3905905
commit c37a552ebf
1 changed files with 2 additions and 2 deletions

View File

@ -269,11 +269,11 @@ class CS3IPlayer : IPlayer {
updatedTime()
exoPlayer?.release()
simpleCache?.release()
//simpleCache?.release()
currentTextRenderer = null
exoPlayer = null
simpleCache = null
//simpleCache = null
}
override fun onStop() {