forked from recloudstream/cloudstream
fixed player regression
This commit is contained in:
parent
1e858ddd04
commit
02bc462236
1 changed files with 1 additions and 1 deletions
|
@ -2139,7 +2139,7 @@ class PlayerFragment : Fragment() {
|
|||
|
||||
normalSafeApiCall {
|
||||
val databaseProvider = StandaloneDatabaseProvider(requireContext())
|
||||
simpleCache = simpleCache ?: SimpleCache(
|
||||
simpleCache = SimpleCache(
|
||||
File(
|
||||
requireContext().filesDir, "exoplayer"
|
||||
).also { it.deleteOnExit() }, // Ensures always fresh file
|
||||
|
|
Loading…
Reference in a new issue