Added work remaining url for remote extraction client
This commit is contained in:
@@ -35,4 +35,11 @@ public interface IManagedTruthStore
|
||||
/// <param name="itemId">The Jellyfin library item id.</param>
|
||||
/// <returns><c>true</c> if a file was deleted; <c>false</c> if none existed.</returns>
|
||||
bool Delete(Guid itemId);
|
||||
|
||||
/// <summary>
|
||||
/// Checks whether a managed truth file has been uploaded for the given item.
|
||||
/// </summary>
|
||||
/// <param name="itemId">The Jellyfin library item id.</param>
|
||||
/// <returns><c>true</c> if a managed truth file exists.</returns>
|
||||
bool Exists(Guid itemId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user