From ace77c6f7abd58bc30cb4735aa6632550b7e8aae Mon Sep 17 00:00:00 2001 From: None <62809003+Arrowar@users.noreply.github.com> Date: Wed, 30 Apr 2025 13:55:12 +0200 Subject: [PATCH] Update series.py --- StreamingCommunity/Api/Site/streamingcommunity/series.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StreamingCommunity/Api/Site/streamingcommunity/series.py b/StreamingCommunity/Api/Site/streamingcommunity/series.py index aa4f52f..5b0aa00 100644 --- a/StreamingCommunity/Api/Site/streamingcommunity/series.py +++ b/StreamingCommunity/Api/Site/streamingcommunity/series.py @@ -155,7 +155,7 @@ def download_series(select_season: MediaItem, season_selection: str = None, epis # Init class video_source = VideoSource(site_constant.FULL_URL, True, select_season.id) - scrape_serie = GetSerieInfo(site_constant.FULL_URL, select_season.id, select_season.name) + scrape_serie = GetSerieInfo(site_constant.FULL_URL, select_season.id, select_season.slug) # Collect information about season scrape_serie.getNumberSeason() @@ -219,4 +219,4 @@ def download_series(select_season: MediaItem, season_selection: str = None, epis # Get script_id script_id = TelegramSession.get_session() if script_id != "unknown": - TelegramSession.deleteScriptId(script_id) \ No newline at end of file + TelegramSession.deleteScriptId(script_id)