MCPcopy Index your code
hub / github.com/spicetify/cli / storeTrackWithTime

Function storeTrackWithTime

Extensions/bookmark.js:313–318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311 }
312
313 function storeTrackWithTime() {
314 const meta = getTrackMeta();
315 meta.time = Player.getProgress();
316 meta.progress = Player.getProgressPercent();
317 LIST.addToStorage(meta);
318 }
319
320 // Utilities
321 function idToProperName(id) {

Callers

nothing calls this directly

Calls 2

getTrackMetaFunction · 0.85
addToStorageMethod · 0.80

Tested by

no test coverage detected