Skip to content

Commit

Permalink
view: add missing plugin parameter to mapper's function
Browse files Browse the repository at this point in the history
  • Loading branch information
smihai authored and thomas-ernest committed Oct 16, 2023
1 parent 4e7ad77 commit 8d1ade5
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 8d1ade5

Please sign in to comment.