mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
resolve incorrect field saving
This commit is contained in:
parent
e297e90bce
commit
985c9111cf
@ -864,7 +864,7 @@ namespace Emby.Server.Implementations.Data
|
|||||||
if (topParent != null)
|
if (topParent != null)
|
||||||
{
|
{
|
||||||
//Logger.Debug("Item {0} has top parent {1}", item.Id, topParent.Id);
|
//Logger.Debug("Item {0} has top parent {1}", item.Id, topParent.Id);
|
||||||
saveItemStatement.TryBind("@IsFolder", topParent.Id.ToString("N"));
|
saveItemStatement.TryBind("@TopParentId", topParent.Id.ToString("N"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user