mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-10 01:38:49 +01:00
Use BaseItemKind where possible
This commit is contained in:
@@ -1292,7 +1292,7 @@ namespace Emby.Server.Implementations.Session
|
||||
{
|
||||
["ItemId"] = command.ItemId,
|
||||
["ItemName"] = command.ItemName,
|
||||
["ItemType"] = command.ItemType
|
||||
["ItemType"] = command.ItemType.ToString()
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user