Update Utils.cs
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata.Utilities
|
||||
{
|
||||
if (description == null)
|
||||
{
|
||||
return "Description is null";
|
||||
return "";
|
||||
}
|
||||
|
||||
var maxLength = 500;
|
||||
|
||||
Reference in New Issue
Block a user