add plex deep scan mode and sync labels (#749)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user