1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-02-06 23:28:21 +00:00

minor comments and variables name changes

This commit is contained in:
Luca Armaroli
2020-09-25 10:32:29 +02:00
parent 502565dcea
commit 020518e542
2 changed files with 16 additions and 12 deletions

View File

@@ -56,8 +56,7 @@ export async function getVideosInfo(videoGuids: Array<string>,
const apiClient: ApiClient = ApiClient.getInstance(session);
/* TODO[MAYBE]: change this to a single guid at a time to ease our footprint on the
MSS servers or we get throttled after 10 sequential reqs */
/* See 'https://github.com/snobu/destreamer/pull/203' for API throttling mitigation */
for (const guid of videoGuids) {
const response: AxiosResponse<any> | undefined =