Video records API

This commit is contained in:
Adolfo Reyna
2023-01-08 23:54:41 -05:00
parent 05d05f79f7
commit ff6e695bee
8 changed files with 54 additions and 14 deletions

2
API.js
View File

@@ -194,7 +194,7 @@ const API = {
async getMe() {
if (!CurrentProfileData)
if(!CurrentProfile) await this.isLoggedIn();
CurrentProfileData = await this.getUserProfile(CurrentProfile);
CurrentProfileData = await this.getUserProfile(CurrentProfile, true);
return CurrentProfileData;
},
getMyProfiles() {