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