Update JFToTubeArchivistProgressSyncTask.cs

This commit is contained in:
DarkFighterLuke
2025-07-13 13:22:18 +02:00
committed by GitHub
parent 3e95ca26aa
commit 5b62e4c001
@@ -151,7 +151,7 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata.Tasks
foreach (Episode video in videos)
{
var videoYTId = Utils.GetVideoNameFromPath(video.Path);
_logger.LogDebug("{VideoYtId}", videoYTId);
_logger.LogDebug("Current video extracted YouTube id: {VideoYtId}", videoYTId);
HttpStatusCode statusCode;
if (!isChannelCheckedForWatched && channel.IsPlayed(user))