using System.Collections.Generic; using ErsatzTV.Core; using ErsatzTV.Core.Domain; using LanguageExt; using MediatR; namespace ErsatzTV.Application.Plex.Commands { public record SynchronizePlexMediaSources : IRequest>>, IPlexBackgroundServiceRequest; }