mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
might fix simple cache
This commit is contained in:
parent
62a3905905
commit
c37a552ebf
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue