mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 04:34:49 +03:00
revert single/multi transition. too risky for now.
This commit is contained in:
@@ -101,7 +101,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
if (item.Id == Guid.Empty)
|
||||
{
|
||||
item.Id = item.Path.GetMBId(item.GetType(), item.IsInMixedFolder);
|
||||
item.Id = item.Path.GetMBId(item.GetType());
|
||||
}
|
||||
|
||||
if (item.DateCreated == DateTime.MinValue)
|
||||
|
||||
Reference in New Issue
Block a user