Skip to content

Commit

Permalink
Update provider_templates/orange.py
Browse files Browse the repository at this point in the history
Correction du lien vers les logos
  • Loading branch information
remzouille authored and f-lawe committed Jul 5, 2024
1 parent 7a0e6a9 commit 1a68297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/provider_templates/orange.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_streams(self) -> list:
'id': channel_id,
'name': channel['name'],
'preset': channel['zappingNumber'],
'logo': channel['logos']['square'] if 'square' in channel['logos'] else None,
'logo': channel['logos']['square'].replace('%2F/', '%2F') if 'square' in channel['logos'] else None,
'stream': f'plugin://plugin.video.orange.fr/channel/{channel_id}',
'group': [group_name for group_name in self.groups if int(channel['id']) in self.groups[group_name]]
})
Expand Down

0 comments on commit 1a68297

Please sign in to comment.