update
This commit is contained in:
parent
44e13d2903
commit
8f15461f14
@ -14,8 +14,6 @@ import com.player.musicoo.view.MusicTowRowListView
|
||||
|
||||
class MoHomeFragment : MoBaseFragment<FragmentMoHomeBinding>() {
|
||||
|
||||
// private var baseHomePage: Innertube.BaseHomePage? = null
|
||||
|
||||
override val bindingInflater: (LayoutInflater, ViewGroup?, Boolean) -> FragmentMoHomeBinding
|
||||
get() = FragmentMoHomeBinding::inflate
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
package com.player.musicoo.innertube.models
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
import java.util.Locale
|
||||
|
||||
@Serializable
|
||||
data class Context(
|
||||
@ -12,7 +13,8 @@ data class Context(
|
||||
val clientName: String,
|
||||
val clientVersion: String,
|
||||
val platform: String,
|
||||
val hl: String = "zh",
|
||||
val hl: String = Locale.getDefault().language,
|
||||
val gl: String = "US",
|
||||
val visitorData: String? = null,
|
||||
val androidSdkVersion: Int? = null,
|
||||
val userAgent: String? = null
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/medium_font"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user