Skip to content

Commit 251fcf2

Browse files
committed
tmp
1 parent e0f6a8a commit 251fcf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ aboutLibraries {
252252

253253
dependencies {
254254
implementation(project(":libphonograph:libPhonograph"))
255-
val media3Version = "1.6.0-beta01"
255+
val media3Version = "1.6.0-alpha03" // TODO https://github.com/androidx/media/issues/2206
256256
implementation("androidx.activity:activity-ktx:1.10.1")
257257
implementation("androidx.appcompat:appcompat:1.7.0")
258258
implementation("androidx.collection:collection-ktx:1.4.5")

app/src/main/kotlin/org/akanework/gramophone/logic/utils/AfFormatTracker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ class AfFormatTracker(private val context: Context, private val playbackHandler:
550550
if (rd != sd)
551551
Log.w(
552552
TAG,
553-
"routedDevice $rd is not the same as MediaRoute selected device $sd"
553+
"routedDevice ${rd?.productName}(${rd?.id}) is not the same as MediaRoute selected device ${sd?.productName}(${sd?.id})"
554554
)
555555
}
556556
}

0 commit comments

Comments
 (0)