mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 05:18:27 +01:00
Apply suggestions from code review
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
@@ -274,7 +274,7 @@ namespace Emby.Drawing
|
||||
string backgroundColor,
|
||||
string foregroundLayer)
|
||||
{
|
||||
System.Text.StringBuilder filename = new System.Text.StringBuilder(128);
|
||||
var filename = new StringBuilder(128);
|
||||
filename.Append(originalPath);
|
||||
|
||||
filename.Append(",quality=");
|
||||
|
||||
Reference in New Issue
Block a user