Skip to content

Commit

Permalink
chore(player): internalize RequestManager
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Feb 29, 2024
1 parent 6c42ed0 commit 8f7cb17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import com.android.volley.toolbox.NoCache
import video.api.player.models.SessionTokenRequest


object RequestManager {
internal object RequestManager {
private val queue = RequestQueue(NoCache(), BasicNetwork(HurlStack())).apply { start() }

fun getSessionToken(
Expand Down

0 comments on commit 8f7cb17

Please sign in to comment.