Remove unused fields from control files.
[vuplus_dvbapp-plugin] / ac3lipsync / src / AC3delay.py
index cfcb530..a92c859 100644 (file)
@@ -29,10 +29,7 @@ class AC3delay:
 
         # find out box type
         self.oHWInfo = HardwareInfo()
-        if self.oHWInfo.get_device_name() in ("dm800","dm8000","dm500hd"):
-            self.bHasToRestartService = False
-        else:
-            self.bHasToRestartService = True
+        self.bHasToRestartService = self.oHWInfo.get_device_name() == "dm7025"
         
     def initAudio(self):
         self.iService = NavigationInstance.instance.getCurrentService()