MCPcopy
hub / github.com/beetbox/beets / join

Method join

beetsplug/replaygain.py:1155–1157  ·  view source on GitHub ↗
(self, timeout: float | None = None)

Source from the content-addressed store, hash-verified

1153 pass
1154
1155 def join(self, timeout: float | None = None):
1156 self._stopevent.set()
1157 Thread.join(self, timeout)
1158
1159
1160# Main plugin logic.

Calls

no outgoing calls