Skip to content

Commit

Permalink
Try to fix live comment
Browse files Browse the repository at this point in the history
  • Loading branch information
typcn committed Jan 28, 2017
1 parent 38516fe commit 1178cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bilibili/Player/Util Window/PostComment.m
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ - (IBAction)Send:(id)sender {
@"mode": @"1",
@"fontsize": @"25",
@"msg": text,
@"rnd": [NSString stringWithFormat:@"%d",arc4random_uniform(99999)]
};
}

Expand Down

0 comments on commit 1178cca

Please sign in to comment.