add unavailable media state for plex media (#754)
* rework plex movie library scanner; add unavailable media item state * plex television scanner improvements * reset plex etags as needed * update changelog
This commit is contained in:
@@ -4,6 +4,6 @@ namespace ErsatzTV.Core.Interfaces.Emby;
|
||||
|
||||
public interface IEmbyPathReplacementService
|
||||
{
|
||||
Task<string> GetReplacementEmbyPath(int libraryPathId, string path);
|
||||
Task<string> GetReplacementEmbyPath(int libraryPathId, string path, bool log = true);
|
||||
string GetReplacementEmbyPath(List<EmbyPathReplacement> pathReplacements, string path, bool log = true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user