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 committed Jun 23, 2024
1 parent 63c4e0a commit f39b924
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 @@ -11,6 +11,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 @@ -19,17 +20,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 f39b924

Please sign in to comment.