fix next episode no credits
This commit is contained in:
parent
6402a6a0c4
commit
2b9831af56
1 changed files with 2 additions and 0 deletions
|
@ -303,6 +303,8 @@ constructor(
|
||||||
}
|
}
|
||||||
_uiState.update { it.copy(currentItemTitle = itemTitle) }
|
_uiState.update { it.copy(currentItemTitle = itemTitle) }
|
||||||
|
|
||||||
|
_uiState.update { it.copy(currentCredit = null) }
|
||||||
|
|
||||||
jellyfinRepository.postPlaybackStart(item.itemId)
|
jellyfinRepository.postPlaybackStart(item.itemId)
|
||||||
|
|
||||||
if (appPreferences.playerTrickPlay) {
|
if (appPreferences.playerTrickPlay) {
|
||||||
|
|
Loading…
Reference in a new issue