looks configurable to me, at least for now

This commit is contained in:
Jakob Ketterl 2019-08-04 15:17:03 +02:00
parent 42aae4c03a
commit 8214fdb24d
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class ServiceHandler(object):
self.stopServices()
def isSupported(self, mode):
# TODO make configurable
return mode in PropertyManager.getSharedInstance()["services_decoders"]
def stopServices(self):