Fix downloads with introskipper enabled (again) (#264)
This commit is contained in:
parent
5364e6991f
commit
83cd2374a3
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class JellyfinRepositoryImpl(private val jellyfinApi: JellyfinApi) : JellyfinRep
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return@withContext jellyfinApi.api.get<Intro>("/Episode/{itemId}/IntroTimestamps/v1", pathParameters).content
|
return@withContext jellyfinApi.api.get<Intro>("/Episode/{itemId}/IntroTimestamps/v1", pathParameters).content
|
||||||
} catch (e: InvalidStatusException) {
|
} catch (e: Exception) {
|
||||||
return@withContext null
|
return@withContext null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue