Skip to content

Commit

Permalink
Remove refreshing of Live TV program data in player
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed May 28, 2024
1 parent 0690c1c commit a257651
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1510,10 +1510,6 @@ public void onProgress() {
}
}

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());
}
Expand Down

0 comments on commit a257651

Please sign in to comment.