Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kanetaker committed Feb 3, 2018
1 parent abec07f commit 82935ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blindscan/src/plugin.py
Expand Up @@ -36,7 +36,7 @@
_unsupportedNims = ( 'Vuplus DVB-S NIM(7376 FBC)', ) # format = nim.description from nimmanager

# blindscan-s2 supported tuners
_blindscans2Nims = ('TBS-5925', 'DVBS2BOX')
_blindscans2Nims = ('TBS-5925', 'DVBS2BOX', 'M88DS3103')

#used for blindscan-s2
def getAdapterFrontend(frontend, description):
Expand Down

1 comment on commit 82935ab

@RobvanderDoes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add some more information when commiting a change? "Update plugin" literally has no meaning at all. This makes the history useless.
If the original author of a pull-request doesn't supply the correct info, the one who merges the request should add it.

Please sign in to comment.