MCPcopy
hub / github.com/spicetify/cli / isTrack

Method isTrack

Extensions/bookmark.js:61–63  ·  view source on GitHub ↗
(uri)

Source from the content-addressed store, hash-verified

59 }
60
61 isTrack(uri) {
62 return uri.startsWith("spotify:track:") || uri.startsWith("spotify:episode:");
63 }
64
65 getStorage() {
66 const storageRaw = LocalStorage.get(STORAGE_KEY);

Callers 2

applyMethod · 0.95
updateTrackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected