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

Function refreshThemeAssets

src/cmd/apply.go:167–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165}
166
167func refreshThemeAssets() {
168 spinner, _ := utils.Spinner.Start("Updating custom assets")
169 apply.UserAsset(appDestPath, themeFolder)
170 spinner.Success("Updated custom assets")
171}
172
173// RefreshExtensions pushes all extensions to Spotify
174func RefreshExtensions(list ...string) {

Callers 2

RefreshThemeFunction · 0.85
WatchFunction · 0.85

Calls 1

UserAssetFunction · 0.92

Tested by

no test coverage detected