MCPcopy
hub / github.com/immich-app/immich / seekTo

Method seekTo

web/src/lib/managers/cast-manager.svelte.ts:143–145  ·  view source on GitHub ↗
(time: number)

Source from the content-addressed store, hash-verified

141 }
142
143 seekTo(time: number) {
144 this.current?.seekTo(time);
145 }
146
147 disconnect() {
148 this.current?.disconnect();

Callers

nothing calls this directly

Calls 1

seekToMethod · 0.65

Tested by

no test coverage detected