mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-03 19:17:16 -05:00 
			
		
		
		
	Fix show slug in news page
This commit is contained in:
		
							parent
							
								
									8b2c0f732f
								
							
						
					
					
						commit
						2067a58c70
					
				@ -57,7 +57,7 @@ export const NewsList = () => {
 | 
				
			|||||||
						<EpisodeBox
 | 
											<EpisodeBox
 | 
				
			||||||
							isLoading={x.isLoading as any}
 | 
												isLoading={x.isLoading as any}
 | 
				
			||||||
							slug={x.slug}
 | 
												slug={x.slug}
 | 
				
			||||||
							showSlug={x.kind === "episode" ? x.showId : null}
 | 
												showSlug={x.kind === "episode" ? x.show!.slug : null}
 | 
				
			||||||
							name={x.kind === "episode" ? `${x.show!.name} ${episodeDisplayNumber(x)}` : undefined}
 | 
												name={x.kind === "episode" ? `${x.show!.name} ${episodeDisplayNumber(x)}` : undefined}
 | 
				
			||||||
							overview={x.name}
 | 
												overview={x.name}
 | 
				
			||||||
							thumbnail={x.thumbnail}
 | 
												thumbnail={x.thumbnail}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user