mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2025-05-17 19:36:03 +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 {
|
dependencies {
|
||||||
|
// Kotlin
|
||||||
|
implementation(libs.kotlinx.coroutines)
|
||||||
|
|
||||||
// Jellyfin
|
// Jellyfin
|
||||||
implementation(projects.playback.core)
|
implementation(projects.playback.core)
|
||||||
implementation(libs.jellyfin.sdk) {
|
implementation(libs.jellyfin.sdk) {
|
||||||
|
Reference in New Issue
Block a user