using System.Threading.Tasks; namespace ErsatzTV.Core.Interfaces.Plex { public interface IPlexPathReplacementService { Task GetReplacementPlexPath(int libraryPathId, string path); } }