using ErsatzTV.Core; namespace ErsatzTV.Application.Jellyfin; public record UpdateJellyfinLibraryPreferences (List Preferences) : IRequest>; public record JellyfinLibraryPreference(int Id, bool ShouldSyncItems);