MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / get_dvr_comskip_enabled

Method get_dvr_comskip_enabled

core/models.py:344–345  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

342
343 @classmethod
344 def get_dvr_comskip_enabled(cls):
345 return bool(cls.get_dvr_settings().get("comskip_enabled", False))
346
347 @classmethod
348 def get_dvr_comskip_mode(cls):

Callers 1

run_recordingFunction · 0.80

Calls 2

get_dvr_settingsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected