Skip to content

Commit

Permalink
Fix playing playlist with siblings from same category / serie
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-ernest committed Oct 10, 2023
1 parent 0a6c580 commit 5838733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def build_sibling_playlist(plugin, settings, program_id):
sibling_arte_items = api.collection_with_last_viewed(
settings.language, user.get_cached_token(plugin, settings.username, True),
parent_program.get('kind'), parent_program.get('programId'))
return mapper.map_collection_as_playlist(sibling_arte_items, program_id)
return mapper.map_collection_as_playlist(plugin, sibling_arte_items, program_id)
return None


Expand Down

0 comments on commit 5838733

Please sign in to comment.