Skip to content

Commit d539afc

Browse files
committed
修复直播间内固定内容的类型
1 parent 7f5d650 commit d539afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Desktop/BiliCopilot.UI/ViewModels/View/LivePlayerPageViewModel/LivePlayerPageViewModel.Operations.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private void OpenUserSpace()
9393
[RelayCommand]
9494
private void Pin()
9595
{
96-
var pinItem = new PinItem(_view.Information.Identifier.Id, _view.Information.Identifier.Title, _view.Information.Identifier.Cover.Uri.ToString(), PinContentType.Video);
96+
var pinItem = new PinItem(_view.Information.Identifier.Id, _view.Information.Identifier.Title, _view.Information.Identifier.Cover.Uri.ToString(), PinContentType.Live);
9797
this.Get<PinnerViewModel>().AddItemCommand.Execute(pinItem);
9898
}
9999

0 commit comments

Comments
 (0)