()
| 165 | } |
| 166 | |
| 167 | func 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 |
| 174 | func RefreshExtensions(list ...string) { |
no test coverage detected