mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-12 17:23:26 +01:00
Added an adult video entity
This commit is contained in:
@@ -353,7 +353,7 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
/// <param name="video">The video.</param>
|
||||
private void AddExternalSubtitles(Video video)
|
||||
{
|
||||
var useParent = (video.VideoType == VideoType.VideoFile || video.VideoType == VideoType.Iso) && !(video is Movie) && !(video is MusicVideo);
|
||||
var useParent = !video.ResolveArgs.IsDirectory;
|
||||
|
||||
if (useParent && video.Parent == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user