Skip to content

Commit

Permalink
修复合集动态无法查看评论
Browse files Browse the repository at this point in the history
  • Loading branch information
ywmoyue committed May 25, 2024
1 parent c458180 commit f23ed93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/BiliLite.UWP/Pages/Home/UserDynamicPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ private void UserDynamicViewModelOpenCommentEvent(object sender, DynamicV2ItemVi
commentType = CommentApi.CommentType.Photo;
break;
case Constants.DynamicTypes.AV:
case Constants.DynamicTypes.UGC_SEASON:
commentType = CommentApi.CommentType.Video;
break;
case Constants.DynamicTypes.PGC:
Expand Down
1 change: 1 addition & 0 deletions src/BiliLite.UWP/Pages/User/DynamicSpacePage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ private void UserDynamicViewModelOpenCommentEvent(object sender, DynamicV2ItemVi
commentType = CommentApi.CommentType.Photo;
break;
case Constants.DynamicTypes.AV:
case Constants.DynamicTypes.UGC_SEASON:
commentType = CommentApi.CommentType.Video;
break;
case Constants.DynamicTypes.PGC:
Expand Down

0 comments on commit f23ed93

Please sign in to comment.