Skip to content

Commit

Permalink
Merge branch 'release/v1.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
tor4kichi committed Jan 24, 2024
2 parents a0359d8 + 08139ba commit 1739001
Showing 7 changed files with 6 additions and 384 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -236,3 +236,4 @@ NicoPlayerHohoema/Package.xml
/Hohoema/BundleArtifacts
/Hohoema/Assets/VideoCache_EncryptionKey_32byte.txt
/NiconicoToolkit.UWP.Test/Assets/_TestAccount.json
/Hohoema/Package.StoreAssociation.xml
2 changes: 1 addition & 1 deletion Hohoema.Core/Hohoema.Core.csproj
Original file line number Diff line number Diff line change
@@ -378,7 +378,7 @@
<Version>2.7.2</Version>
</PackageReference>
<PackageReference Include="NiconicoToolkit">
<Version>0.5.3</Version>
<Version>0.5.5</Version>
</PackageReference>
<PackageReference Include="ReactiveProperty">
<Version>7.12.0</Version>
2 changes: 1 addition & 1 deletion Hohoema.Core/Models/Player/Video/Comment/CommentClient.cs
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ public async Task<CommentPostResult> SubmitComment(string comment, TimeSpan posi
foreach (int i in Enumerable.Range(0, 2))
{
string postKey = await GetPostKeyWithCacheAsync(mainThread.ForkLabel, ct);
ThreadPostResponse res = await _nvCommentApi.PostCommentAsync(threadId, videoId, commands.Split(' '), comment, (int)position.TotalMilliseconds, postKey, ct);
ThreadPostResponse res = await _nvCommentApi.PostCommentAsync(_watchApiData.Comment.NvComment.Server, threadId, videoId, commands.Split(' '), comment, (int)position.TotalMilliseconds, postKey, ct);

if (res.IsSuccess)
{
2 changes: 1 addition & 1 deletion Hohoema/Hohoema.csproj
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxPackageDir>D:\tor4k\Documents\Hohoema\Packages\</AppxPackageDir>
<Use64BitCompiler>True</Use64BitCompiler>
<PackageCertificateThumbprint>FF43CE6D87CCD09513BFCE47D41A10B7DC582E02</PackageCertificateThumbprint>
<PackageCertificateThumbprint>015B2FDB045FEC07E2DE40236A00B5DC31563AE6</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
379 changes: 0 additions & 379 deletions Hohoema/Package.StoreAssociation.xml

This file was deleted.

2 changes: 1 addition & 1 deletion Hohoema/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
<Identity Name="18803tor4kichi.Hohoema" Publisher="CN=DFF1CEA0-5963-4197-8676-6105C5E8CE4B" Version="1.6.0.0" />
<Identity Name="18803tor4kichi.Hohoema" Publisher="CN=DFF1CEA0-5963-4197-8676-6105C5E8CE4B" Version="1.6.1.0" />
<mp:PhoneIdentity PhoneProductId="01cfd879-0a19-44a7-b5db-11bdbd13f0df" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Hohoema</DisplayName>
2 changes: 1 addition & 1 deletion Hohoema/Views/Controls/VideoList/VideoListItemControl.xaml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
<uwpControls:ImageEx x:Name="ImagePart"
Stretch="Uniform"
VerticalAlignment="Center"
Height="120"
Height="120"
/>
<Border HorizontalAlignment="Right"
VerticalAlignment="Bottom"

0 comments on commit 1739001

Please sign in to comment.