Update profile.js
This commit is contained in:
@@ -42,10 +42,11 @@ async function getProfileFromAnixart(profileId, token = '') {
|
||||
profileData.profile.is_sponsor = true;
|
||||
|
||||
profileData.profile.plan_count = 99999;
|
||||
profileData.profile.completed_count = 99999;
|
||||
profileData.profile.hold_on_count = 99999;
|
||||
profileData.profile.favorite_count = 99999;
|
||||
profileData.profile.watching_count = 99999;
|
||||
profileData.profile.completed_count = 9999999;
|
||||
profileData.profile.hold_on_count = 9999999;
|
||||
profileData.profile.favorite_count = 9999999;
|
||||
profileData.profile.watching_count = 9999999;
|
||||
profileData.profile.dropped_count = 9999999;
|
||||
|
||||
return {
|
||||
...profileData,
|
||||
|
||||
Reference in New Issue
Block a user