mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
Additional fixes for multiple movies per folder. Added a provider shell
This commit is contained in:
@@ -45,7 +45,8 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
return new TVideoType
|
||||
{
|
||||
VideoType = type,
|
||||
Path = args.Path
|
||||
Path = args.Path,
|
||||
IsInMixedFolder = true
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user