fix: Prevent rendering empty Continue Watching section

This commit is contained in:
2026-02-18 20:13:02 +01:00
parent c5b613e301
commit ed7d0f23d6

View File

@@ -54,6 +54,7 @@ fun ContinueWatchingSection(
onEpisodeSelected: (UUID, UUID, UUID) -> Unit,
modifier: Modifier = Modifier
) {
if (items.isEmpty()) return
SectionHeader(
title = "Continue Watching",
action = null