Use string.Empty

This commit is contained in:
DarkFighterLuke
2025-10-23 22:26:39 +02:00
parent a8e0896284
commit 9d745b0bc5
@@ -49,7 +49,7 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata.Utilities
{ {
if (description == null) if (description == null)
{ {
return ""; return string.Empty;
} }
var maxLength = 500; var maxLength = 500;