Skip to content

Commit

Permalink
[nimmanager] set multistream
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Mar 6, 2017
1 parent 8631733 commit c13c13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/NimManager.py
Expand Up @@ -776,7 +776,7 @@ def isSupported(self):
return (self.frontend_id is not None) or self.__is_empty

def isMultistream(self):
multistream = (self.frontend_id is not None) and eDVBResourceManager.getInstance().frontendIsMultistream(self.frontend_id) or False
multistream = self.frontend_id and eDVBResourceManager.getInstance().frontendIsMultistream(self.frontend_id) or False
# HACK due to poor support for VTUNER_SET_FE_INFO
# When vtuner does not accept fe_info we have to fallback to detection using tuner name
# More tuner names will be added when confirmed as multistream (FE_CAN_MULTISTREAM)
Expand Down

0 comments on commit c13c13d

Please sign in to comment.