Update Utils.cs

This commit is contained in:
DarkFighterLuke
2025-10-23 22:19:22 +02:00
committed by GitHub
parent 03ea6b9e5c
commit 0c8bc243c6
@@ -49,7 +49,7 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata.Utilities
{
if (description == null)
{
return "Description is null";
return "";
}
var maxLength = 500;