mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 07:10:29 +05:30
7 lines
149 B
Kotlin
7 lines
149 B
Kotlin
|
package com.github.libretube.extensions
|
||
|
|
||
|
import com.google.android.exoplayer2.trackselection.TrackSelector
|
||
|
|
||
|
fun TrackSelector.updateParameters() {
|
||
|
}
|