Skip to content

Commit

Permalink
✔ Fansub DNS ~
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Nov 25, 2023
1 parent 6018dc4 commit 42914c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_pages/user/user-list/user-list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export class UserListComponent implements OnInit, OnDestroy {
this.subsGroupGet = this.us.getUserGroup(this.as.currentUserSubject?.value?.username).subscribe({
next: res => {
this.gs.log('[USER_GROUP_LIST_SUCCESS]', res);
this.groupFansub = res.results;
this.groupFansub = res.results.filter(gf => gf.fansub_.dns_id);
this.bs.idle();
},
error: err => {
Expand Down

0 comments on commit 42914c3

Please sign in to comment.