aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing.Skia/UnplayedCountIndicator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Drawing.Skia/UnplayedCountIndicator.cs')
-rw-r--r--Emby.Drawing.Skia/UnplayedCountIndicator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing.Skia/UnplayedCountIndicator.cs b/Emby.Drawing.Skia/UnplayedCountIndicator.cs
index 56a2519a3..b59bc1026 100644
--- a/Emby.Drawing.Skia/UnplayedCountIndicator.cs
+++ b/Emby.Drawing.Skia/UnplayedCountIndicator.cs
@@ -40,7 +40,7 @@ namespace Emby.Drawing.Skia
{
paint.Color = new SKColor(255, 255, 255, 255);
paint.Style = SKPaintStyle.Fill;
- paint.Typeface = SKTypeface.FromFile(PlayedIndicatorDrawer.ExtractFont("robotoregular.ttf", _appPaths, _fileSystem));
+
paint.TextSize = 24;
paint.IsAntialias = true;