Skip to content

Commit

Permalink
Merge pull request #31 from xalexslx/patch-1
Browse files Browse the repository at this point in the history
Added Brazilian Digital TV Standard
  • Loading branch information
antonioparraga authored Mar 14, 2022
2 parents 4958b88 + 34b4999 commit f1c0cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion braviarc/braviarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def load_source_list(self):
# tv:dvbc = via cable
# tv:dvbt = via DTT
# tv:dvbs = via satellite
if result['source'] in ['tv:dvbc', 'tv:dvbt', 'tv:isdbt', 'tv:isdbbs', 'tv:isdbcs']:
if result['source'] in ['tv:dvbc', 'tv:dvbt', 'tv:isdbt', 'tv:isdbbs', 'tv:isdbcs', 'tv:isdbgt']:
source = self.get_source(result['source'])
original_content_list.extend(source)

Expand Down

0 comments on commit f1c0cf8

Please sign in to comment.