Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ _save_final_metadata
Function
_save_final_metadata
apps/channels/tasks.py:2402–2404 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2400
return
2401
2402
def
_save_final_metadata():
2403
recording_obj.custom_properties = cp
2404
recording_obj.save(update_fields=[
"custom_properties"
])
2405
2406
_db_retry(
2407
_save_final_metadata,
Callers
nothing calls this directly
Calls
1
save
Method · 0.45
Tested by
no test coverage detected