yuliskov/SmartTube

[BUG]: No update subscription channel row in ATV desktop after 24.52 and 24.89 Still issue

Opened this issue · 1 comments

Checklist

  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.

Affected version

24.53~24.89

Device Type

Smart TV/Box

Affected Android

Android TV 12 (TCL TV)

Steps to reproduce the bug

  1. install or update any version from 24.52
  2. look up subscription channel row in ATV(remember titles)
  3. no update this channel row anyway.

Actual behavior

No response

Additional information

No response

I compare btw 24.52 and 24.53.
it seems than cause following :
private void updateChannels() {
if (Helpers.isATVChannelsSupported(mContext)) {
try {
if (Helpers.isGoogleTVLauncher(mContext)) { // this code may be no needed
updateOrPublishChannel(getSinglePreferredPlaylist());
} else {
// end of code
updateOrPublishChannel(mService.getSubscriptionsPlaylist());
updateOrPublishChannel(mService.getRecommendedPlaylist());
updateOrPublishChannel(mService.getHistoryPlaylist());
}
} catch (Exception e) {
Log.e(TAG, e.getMessage());
e.printStackTrace();

Please rollback this code!