chore: remove debugging log statements

This commit is contained in:
wolffshots
2025-05-29 10:52:07 +02:00
parent 2f90d6a03e
commit 784592b362
3 changed files with 1 additions and 3 deletions
@@ -125,7 +125,7 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata.TubeArchivist
{
Name = Title,
Overview = Utils.FormatDescription(Description),
// SeasonName = Published.Year.ToString(CultureInfo.CurrentCulture),
SeasonName = Published.Year.ToString(CultureInfo.CurrentCulture),
ParentIndexNumber = Published.Year,
IndexNumber = (Published.Year * 10000) + (Published.Month * 100) + Published.Day,
SeriesName = Channel.Name,