Unified videos videos are now properly retrieved from the server

This commit is contained in:
Isaac Grynsztein
2020-07-15 23:37:00 -04:00
parent 4ebb2d4297
commit cc189a3abd
4 changed files with 54 additions and 12 deletions

View File

@@ -207,6 +207,10 @@ export class PostsService implements CanActivate {
return this.http.post(this.path + 'getFile', {uid: uid, type: type, uuid: uuid}, this.httpOptions);
}
getAllFiles() {
return this.http.post(this.path + 'getAllFiles', {}, this.httpOptions);
}
downloadFileFromServer(fileName, type, outputName = null, fullPathProvided = null, subscriptionName = null, subPlaylist = null,
uid = null, uuid = null) {
return this.http.post(this.path + 'downloadFile', {fileNames: fileName,