sync episode tags and genres (#1155)
* sync episode tags and genres * update dependencies * property update local episode genres and tags * fix test
This commit is contained in:
@@ -10,5 +10,6 @@ public interface IEmbyMovieLibraryScanner
|
||||
EmbyLibrary library,
|
||||
string ffmpegPath,
|
||||
string ffprobePath,
|
||||
bool deepScan,
|
||||
CancellationToken cancellationToken);
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@ public interface IEmbyTelevisionLibraryScanner
|
||||
EmbyLibrary library,
|
||||
string ffmpegPath,
|
||||
string ffprobePath,
|
||||
bool deepScan,
|
||||
CancellationToken cancellationToken);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user