aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/PlayedIndicatorDrawer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Drawing/PlayedIndicatorDrawer.cs')
-rw-r--r--Emby.Drawing/PlayedIndicatorDrawer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/PlayedIndicatorDrawer.cs b/Emby.Drawing/PlayedIndicatorDrawer.cs
index a82398fa53..38b5edc928 100644
--- a/Emby.Drawing/PlayedIndicatorDrawer.cs
+++ b/Emby.Drawing/PlayedIndicatorDrawer.cs
@@ -7,7 +7,7 @@ namespace Emby.Drawing
{
private const int OffsetFromTopRightCorner = 38;
- public static void DrawPlayedIndicator(SKCanvas canvas, ImageSize imageSize)
+ public static void DrawPlayedIndicator(SKCanvas canvas, ImageDimensions imageSize)
{
var x = imageSize.Width - OffsetFromTopRightCorner;