Fix downloads with introskipper enabled (again) (#264)

This commit is contained in:
Jcuhfehl 2023-02-03 00:11:53 +01:00 committed by GitHub
parent 5364e6991f
commit 83cd2374a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,7 +229,7 @@ class JellyfinRepositoryImpl(private val jellyfinApi: JellyfinApi) : JellyfinRep
try {
return@withContext jellyfinApi.api.get<Intro>("/Episode/{itemId}/IntroTimestamps/v1", pathParameters).content
} catch (e: InvalidStatusException) {
} catch (e: Exception) {
return@withContext null
}
}