[Jellyfin] Fix how refresh is handled (#16013)

* [Jellyfin] Fix how refresh is handled

---------

Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
This commit is contained in:
GiviMAD
2023-12-10 00:53:33 -08:00
committed by GitHub
parent b33ebb8433
commit d791e7900a
3 changed files with 48 additions and 132 deletions

View File

@@ -21,17 +21,17 @@
<dependency>
<groupId>org.jellyfin.sdk</groupId>
<artifactId>jellyfin-core-jvm</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>
<dependency>
<groupId>org.jellyfin.sdk</groupId>
<artifactId>jellyfin-api-jvm</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>
<dependency>
<groupId>org.jellyfin.sdk</groupId>
<artifactId>jellyfin-model-jvm</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>