diff --git a/MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs b/MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs index 65212a3155..71cced0416 100644 --- a/MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs +++ b/MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs @@ -52,7 +52,7 @@ namespace MediaBrowser.Server.Implementations.Drawing } else if (text.Length >= 3) { - x += 1; + //x += 1; y -= 2; fontSize = 24; }