mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2025-05-17 11:26:04 +08:00
Remove refreshing of Live TV program data in player
This commit is contained in:

committed by
Niels van Velzen

parent
0690c1c898
commit
a257651f8e
@ -1510,10 +1510,6 @@ public class PlaybackController implements PlaybackControllerNotifiable {
|
||||
}
|
||||
}
|
||||
|
||||
if (isLiveTv && mCurrentProgramEnd != null && mCurrentProgramEnd.isAfter(LocalDateTime.now())) {
|
||||
// crossed fire off an async routine to update the program info
|
||||
updateTvProgramInfo();
|
||||
}
|
||||
if (mFragment != null && finishedInitialSeek)
|
||||
mFragment.updateSubtitles(mCurrentPosition - getSubtitleDelay());
|
||||
}
|
||||
|
Reference in New Issue
Block a user