Skip to content

Commit

Permalink
build(API): Jellyfin SDK API update from 1.4.6 to 1.4.7 (openhab#16917)
Browse files Browse the repository at this point in the history
SDK 1.4.6 is not compatible with the recent Jellyfin Server 10.9. This update adds compatibility for 10.9 servers to the 10.8.13 API specification.

Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
  • Loading branch information
pgfeller authored and matchews committed Oct 18, 2024
1 parent b6f4054 commit 7cb987b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bundles/org.openhab.binding.jellyfin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<bnd.importpackage>
!android.*,!com.android.*,!kotlin.internal.jdk7,!kotlin.internal.jdk8,!kotlin.reflect.*,!okhttp3.*,!okio.*
</bnd.importpackage>
<jellyfin.sdk>1.4.7</jellyfin.sdk>
</properties>
<artifactId>org.openhab.binding.jellyfin</artifactId>

Expand All @@ -21,17 +22,17 @@
<dependency>
<groupId>org.jellyfin.sdk</groupId>
<artifactId>jellyfin-core-jvm</artifactId>
<version>1.4.6</version>
<version>${jellyfin.sdk}</version>
</dependency>
<dependency>
<groupId>org.jellyfin.sdk</groupId>
<artifactId>jellyfin-api-jvm</artifactId>
<version>1.4.6</version>
<version>${jellyfin.sdk}</version>
</dependency>
<dependency>
<groupId>org.jellyfin.sdk</groupId>
<artifactId>jellyfin-model-jvm</artifactId>
<version>1.4.6</version>
<version>${jellyfin.sdk}</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
Expand Down

0 comments on commit 7cb987b

Please sign in to comment.