add plex deep scan mode and sync labels (#749)

This commit is contained in:
Jason Dove
2022-04-21 14:02:37 -05:00
committed by GitHub
parent cc9c2f6ae3
commit fccb9003a0
12 changed files with 192 additions and 102 deletions
@@ -10,5 +10,6 @@ public interface IPlexMovieLibraryScanner
PlexServerAuthToken token,
PlexLibrary library,
string ffmpegPath,
string ffprobePath);
string ffprobePath,
bool deepScan);
}
@@ -10,5 +10,6 @@ public interface IPlexTelevisionLibraryScanner
PlexServerAuthToken token,
PlexLibrary library,
string ffmpegPath,
string ffprobePath);
string ffprobePath,
bool deepScan);
}