diff options
| author | JPVenson <github@jpb.email> | 2026-05-15 20:10:33 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2026-05-15 20:10:33 +0000 |
| commit | 9d20aefd89f5b7990f3d6809e4f49f10fad4d77f (patch) | |
| tree | 9dc8bff28bb874c559bfc6a185a67df5b0b8312c /Jellyfin.Server.Implementations | |
| parent | f73fc1feb2f2204ac8c27b1162ec0724529f2d7c (diff) | |
Reorder migration handling for extra column
Diffstat (limited to 'Jellyfin.Server.Implementations')
| -rw-r--r-- | Jellyfin.Server.Implementations/Item/BaseItemMapper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Item/BaseItemMapper.cs b/Jellyfin.Server.Implementations/Item/BaseItemMapper.cs index 736388e9eb..c64e6ac068 100644 --- a/Jellyfin.Server.Implementations/Item/BaseItemMapper.cs +++ b/Jellyfin.Server.Implementations/Item/BaseItemMapper.cs @@ -26,7 +26,7 @@ namespace Jellyfin.Server.Implementations.Item; /// <summary> /// Handles mapping between BaseItemEntity (database) and BaseItemDto (domain) objects. /// </summary> -internal static class BaseItemMapper +public static class BaseItemMapper { /// <summary> /// This holds all the types in the running assemblies |
