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

Method save

apps/channels/models.py:1122–1127  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1120 return f"{self.channel_group.name} - {self.m3u_account.name} (Enabled: {self.enabled})"
1121
1122 def save(self, *args, **kwargs):
1123 if self.custom_properties is not None and not isinstance(
1124 self.custom_properties, dict
1125 ):
1126 self.custom_properties = custom_properties_as_dict(self.custom_properties)
1127 super().save(*args, **kwargs)
1128
1129
1130class Logo(models.Model):

Callers 15

schedule_task_on_saveFunction · 0.45
updateMethod · 0.45
updateMethod · 0.45
increment_stream_countFunction · 0.45
decrement_stream_countFunction · 0.45
run_recordingFunction · 0.45
_save_final_metadataFunction · 0.45

Calls 1