mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-22 10:06:40 +00:00
Only search in video folder for external audio files
Don't search in video metadata folder since audio files won't be stored there Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
@@ -59,7 +59,6 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
}
|
||||
|
||||
paths.AddRange(GetAudioFilesFromFolder(video.ContainingFolderPath, video.Path, directoryService, namingOptions, clearCache));
|
||||
paths.AddRange(GetAudioFilesFromFolder(video.GetInternalMetadataPath(), video.Path, directoryService, namingOptions, clearCache));
|
||||
|
||||
return paths;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user