Skip to content

Commit

Permalink
Fix PlaybackController spam refreshing Live TV channels
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Jul 13, 2024
1 parent fd5ca3f commit 2233483
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1280,10 +1280,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);
}
Expand Down

0 comments on commit 2233483

Please sign in to comment.