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

Function dispatcharr_user_agent

core/utils.py:25–28  ·  view source on GitHub ↗

Return the standard Dispatcharr User-Agent string (Dispatcharr/{version}).

()

Source from the content-addressed store, hash-verified

23
24
25def dispatcharr_user_agent():
26 """Return the standard Dispatcharr User-Agent string (Dispatcharr/{version})."""
27 from version import __version__
28 return f'Dispatcharr/{__version__}'
29
30
31def dispatcharr_dvr_user_agent(recording_id):

Callers 4

head_vodFunction · 0.90
cacheMethod · 0.90
dispatcharr_http_headersFunction · 0.85

Calls

no outgoing calls

Tested by 1