mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Fix loading feed when a channel tab is empty
This commit is contained in:
		| @@ -165,7 +165,9 @@ class FeedLoadManager(private val context: Context) { | ||||
|                             } | ||||
|                             .flatMap { (channelTabInfo, linkHandler) -> | ||||
|                                 errors.addAll(channelTabInfo.errors) | ||||
|                                 if (channelTabInfo.relatedItems.isEmpty()) { | ||||
|                                 if (channelTabInfo.relatedItems.isEmpty() && | ||||
|                                     channelTabInfo.nextPage != null | ||||
|                                 ) { | ||||
|                                     val infoItemsPage = getMoreChannelTabItems( | ||||
|                                         subscriptionEntity.serviceId, | ||||
|                                         linkHandler, channelTabInfo.nextPage | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox