Implement RTL VOD series/episodes

This commit is contained in:
Nirvana
2026-05-07 15:36:26 +02:00
parent d2a7e8bf19
commit cc15be8a8a
@@ -573,7 +573,6 @@ class RTLPlusVodManager:
block_id = cb.get("id")
if month_title and block_id:
clean_block_id = self._extract_block_id_from_url(block_id)
total_episodes = (
cb.get("content", {})
.get("pagination", {})
@@ -582,7 +581,7 @@ class RTLPlusVodManager:
seasons.append(VodCategory(
name=month_title,
content_id=f"month_{clean_block_id}",
content_id=f"month_{block_id}",
provider=self._provider.provider_name,
child_count=total_episodes,
))