using ErsatzTV.Core; namespace ErsatzTV.Application.Plex; public record UpdatePlexLibraryPreferences (List Preferences) : IRequest>; public record PlexLibraryPreference(int Id, bool ShouldSyncItems);