release simple cache on stop

This commit is contained in:
dkanada 2020-10-30 00:17:42 +09:00
commit 295df08a46

View file

@ -252,6 +252,7 @@ public class MultiPlayer implements Playback {
@Override
public void stop() {
simpleCache.release();
exoPlayer.release();
exoPlayer = null;