mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
Keep from serializing trailers into database
This commit is contained in:
@@ -3007,7 +3007,10 @@ namespace Emby.Server.Implementations.Library
|
||||
}
|
||||
}
|
||||
|
||||
CreateItems(personsToSave, null, CancellationToken.None);
|
||||
if (personsToSave.Count > 0)
|
||||
{
|
||||
CreateItems(personsToSave, null, CancellationToken.None);
|
||||
}
|
||||
}
|
||||
|
||||
private void StartScanInBackground()
|
||||
|
||||
Reference in New Issue
Block a user