aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2022-06-06 09:02:51 -0400
committercrobibero <cody@robibe.ro>2022-06-06 09:20:11 -0400
commit1a9919d487691b9781d1aca50697429556aebad2 (patch)
treee198573ea82a4d6161884d4078d62a4a4a89e8e1
parenta7b1132c927ac83e4a04c5c178ba6e879d780957 (diff)
Merge pull request #7852 from nyanmisaka/fix-skia
Fix the PNG image decoding issue in Skia (cherry picked from commit 4bfadbc6360559a09526facfa1cdf2676e11d4e8) Signed-off-by: crobibero <cody@robibe.ro>
-rw-r--r--Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj b/Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj
index 203cdaed97..495c5b8601 100644
--- a/Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj
+++ b/Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj
@@ -18,8 +18,8 @@
<ItemGroup>
<PackageReference Include="BlurHashSharp" Version="1.2.0" />
<PackageReference Include="BlurHashSharp.SkiaSharp" Version="1.2.0" />
- <PackageReference Include="SkiaSharp" Version="2.88.0" />
- <PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.0" />
+ <PackageReference Include="SkiaSharp" Version="2.88.1-preview.1" />
+ <PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.1-preview.1" />
</ItemGroup>
<ItemGroup>