@rntp/player 5.0.0-beta.1 → 5.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -481,7 +481,7 @@ class TrackPlayerModule internal constructor(private val context: ReactApplicati
|
|
|
481
481
|
// region Progress Sync
|
|
482
482
|
|
|
483
483
|
@ReactMethod
|
|
484
|
-
fun updateProgressSyncHeaders(headers: ReadableMap) {
|
|
484
|
+
override fun updateProgressSyncHeaders(headers: ReadableMap) {
|
|
485
485
|
val currentConfig = PlayerConfig().load(context)
|
|
486
486
|
val newHeaders = mutableMapOf<String, String>()
|
|
487
487
|
val iterator = headers.keySetIterator()
|