mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-10 05:32:50 +01:00
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. |
||
|---|---|---|
| .. | ||
| AppBase | ||
| Branding | ||
| Collections | ||
| Configuration | ||
| Cryptography | ||
| Data | ||
| Devices | ||
| Dto | ||
| EntryPoints | ||
| HttpServer | ||
| Images | ||
| IO | ||
| Library | ||
| Localization | ||
| MediaEncoder | ||
| Playlists | ||
| Plugins | ||
| Properties | ||
| QuickConnect | ||
| ScheduledTasks | ||
| Serialization | ||
| Session | ||
| Sorting | ||
| SyncPlay | ||
| TV | ||
| Updates | ||
| ApplicationHost.cs | ||
| ConfigurationOptions.cs | ||
| Emby.Server.Implementations.csproj | ||
| IStartupOptions.cs | ||
| ServerApplicationPaths.cs | ||
| SystemManager.cs | ||