Skip to content

Вопросы по редактированию веб страницы #109

Discussion options

You must be logged in to vote
  1. В launch.html функции onSuccess, onFailure. Можно убрать это слово.
  2. Особенность вывода в html, все в одну строчку. Могу поправить.
  3. Да, актуально. Что не получается?
  4. Для чего получать весь трек? Большая часть функций только id смотрит. Просто упаковать в объект { id: trackId } или массив [{ id: trackId }]. Полный трек:
let trackId = Helper.parseId(values.text.trackUrl);
let track = SpotifyRequest.getFullObjByIds('tracks', [trackId], 50)[0];

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Chimildic
Comment options

You must be logged in to vote
2 replies
@Chimildic
Comment options

@efremych
Comment options

Comment options

You must be logged in to vote
2 replies
@efremych
Comment options

@efremych
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants