jellyfin/Emby.Server.Implementations
Mikal Stordal 0cf8b376ac Don't expect BaseItem to be a movie/video file.
This fix is mainly so I can mass-add series _and_ movie entries using a
`IMultiItemResolver` without having to resort to complicated logic
using _both_ a `IItemResolver` and a `IMultiItemResolver` by splitting
up what gets added where.

I've also added three new interface methods to the `IDirectoryService`,
one of which is used in the modified
`ResolverHelper.SetInitialItemValues(…)` to get the file system entry
info for the item regardless of which type the file system entry is.

In my local testing so far I haven't found any issues introduced
by this change.
2024-06-11 02:01:15 +02:00
..
2020-04-19 13:39:12 -04:00
2023-10-03 10:25:14 -04:00
2024-03-13 14:56:51 +01:00
2024-04-28 17:16:33 +02:00
2023-10-06 01:04:25 +02:00
2024-05-05 19:22:21 -06:00
2023-11-15 20:53:44 -05:00