mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2025-05-17 11:26:04 +08:00
Fix missing dependency in playback:jellyfin module
This commit is contained in:

committed by
Niels van Velzen

parent
6daeadeb68
commit
77d03192b2
@ -26,6 +26,9 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Kotlin
|
||||
implementation(libs.kotlinx.coroutines)
|
||||
|
||||
// Jellyfin
|
||||
implementation(projects.playback.core)
|
||||
implementation(libs.jellyfin.sdk) {
|
||||
|
Reference in New Issue
Block a user