mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 00:06:27 +01:00
Add video path to DisableEmbeddedSubtitles log
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
@@ -231,7 +231,7 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
|
||||
if (libraryOptions.DisableEmbeddedSubtitles)
|
||||
{
|
||||
_logger.LogDebug("Disabling embedded subtitles due to DisableEmbeddedSubtitles setting");
|
||||
_logger.LogDebug("Disabling embedded subtitles for {Path} due to DisableEmbeddedSubtitles setting", video.Path);
|
||||
mediaStreams.RemoveAll(i => i.Type == MediaStreamType.Subtitle && !i.IsExternal);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user