using ErsatzTV.Core.Domain; namespace ErsatzTV.Core.Interfaces.Plex; public interface IPlexPathReplacementService { Task GetReplacementPlexPath(int libraryPathId, string path, bool log = true); string GetReplacementPlexPath(List pathReplacements, string path, bool log = true); }