Files
ersatztv/ErsatzTV.Application/Plex/Commands/SynchronizePlexLibraries.cs
T
Jason DoveandGitHub b95a89b11f plex collection rework (#1503)
* start to rework plex collection scanning

* sync plex collections to db

* sync plex collection items

* update changelog
2023-11-14 10:41:21 -06:00

7 lines
200 B
C#

using ErsatzTV.Core;
namespace ErsatzTV.Application.Plex;
public record SynchronizePlexLibraries(int PlexMediaSourceId) : IRequest<Either<BaseError, Unit>>,
IScannerBackgroundServiceRequest;