fix: do not show next up section header if no content available

This commit is contained in:
2026-02-19 20:49:28 +01:00
parent 455d8957fd
commit feb2bdd9e9

View File

@@ -169,6 +169,7 @@ fun NextUpSection(
onEpisodeSelected: (UUID, UUID, UUID) -> Unit,
modifier: Modifier = Modifier
) {
if (items.isEmpty()) return
SectionHeader(
title = "Next Up",
action = null