You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puranjay Jain edited this page May 29, 2016
·
9 revisions
Each of the downloading / downloaded entity is stored as json objects (in an array)
{
uuid: 'uuid',
fileName: 'C:\Users\User\Music\Song.mp4', // full path to file
size: '94 Mb', // full size in mb
lastTry: '17/05/2016 9:06 AM', // last attempt at downloading the file
downloaded: '5 MB',
status: 'Paused', // can have values as 'Paused', 'Downloading', 'Error', 'Done'
}
A selected Boolean is also added for the table on the download pages (each of them)