Update Utils.cs

This commit is contained in:
DarkFighterLuke 2025-10-23 22:19:22 +02:00 committed by GitHub
parent 03ea6b9e5c
commit 0c8bc243c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata.Utilities
{
if (description == null)
{
return "Description is null";
return "";
}
var maxLength = 500;