mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-18 15:12:12 +02:00
Implement RTL VOD series/episodes
This commit is contained in:
@@ -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,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user