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