Update Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/11653/head
Bond-009 1 month ago committed by GitHub
parent 057205219f
commit 0c2f233b8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -124,7 +124,7 @@ public class TrickplayManager : ITrickplayManager
var mediaPath = mediaSource.Path;
if (!File.Exists(mediaPath))
{
_logger.LogWarning("Media source {MediaSourceId} not found at {Path} for item {ItemID}", mediaSource.Id, mediaPath, mediaSource.Id);
_logger.LogWarning("Media source {MediaSourceId} not found at {Path} for item {ItemID}", mediaSource.Id, mediaPath, video.Id);
return;
}

Loading…
Cancel
Save