using ErsatzTV.Core; namespace ErsatzTV.Application.Emby; public record UpdateEmbyLibraryPreferences(List Preferences) : IRequest>; public record EmbyLibraryPreference(int Id, bool ShouldSyncItems);