CastagnaIT / plugin.video.netflix

InputStream based Netflix plugin for Kodi
MIT License
1.89k stars 258 forks source link

fix: Showing "Browse subgenres" folder coming from "Previous page" #1661

Closed Falke-Design closed 6 months ago

Falke-Design commented 6 months ago

Check if this PR fulfills these requirements:

Types of changes

Description

Fixes: #1660

"Browse Subgenres" folder was not available if the first page was opened over "Previous page". The subgenres_id was not passed to the next page, so it was not possible to re-create the "Subgenres" folder after clicking "Previous page". Now the subgenres_id is always passed but the folder "Browse Subgenres" is only on the first page visible. The first page is detected over 'previous_start' not in video_list.perpetual_range_selector

In case of Feature change / Breaking change:

Describe the current behavior

Describe the new behavior

Screenshots (if appropriate):

Before: kodi_subgenres