Skip to content

Commit

Permalink
[SatfinderExtra] Show channel SID in service list
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Nov 29, 2022
1 parent 05180fb commit 9479fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
Expand Up @@ -887,7 +887,7 @@ def keyReadServices(self):
color = fta_color
else:
color = encrypted_color
out.append("- %s%s%s" % (color, service["service_name"], default_color))
out.append("- %s%s (%s)%s" % (color, service["service_name"], service["service_id"], default_color))

self.session.open(ServicesFound, "\n".join(out), legend)

Expand Down

0 comments on commit 9479fd2

Please sign in to comment.