using ErsatzTV.Core; using LanguageExt; namespace ErsatzTV.Application.Jellyfin.Commands { public record SynchronizeJellyfinLibraries(int JellyfinMediaSourceId) : MediatR.IRequest>, IJellyfinBackgroundServiceRequest; }