From 1178ccaef46d0f96a35ff51b1bfafd5c7ff57216 Mon Sep 17 00:00:00 2001 From: typcn Date: Sun, 29 Jan 2017 01:57:48 +0800 Subject: [PATCH] Try to fix live comment --- bilibili/Player/Util Window/PostComment.m | 1 + 1 file changed, 1 insertion(+) diff --git a/bilibili/Player/Util Window/PostComment.m b/bilibili/Player/Util Window/PostComment.m index dbc1a8e..ee5704f 100644 --- a/bilibili/Player/Util Window/PostComment.m +++ b/bilibili/Player/Util Window/PostComment.m @@ -104,6 +104,7 @@ - (IBAction)Send:(id)sender { @"mode": @"1", @"fontsize": @"25", @"msg": text, + @"rnd": [NSString stringWithFormat:@"%d",arc4random_uniform(99999)] }; }