mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 08:06:35 +00:00
added HasSyncJob
This commit is contained in:
@@ -142,5 +142,12 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task UnmarkJobItemForRemoval(string id);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the library item ids.
|
||||
/// </summary>
|
||||
/// <param name="query">The query.</param>
|
||||
/// <returns>QueryResult<System.String>.</returns>
|
||||
QueryResult<string> GetLibraryItemIds(SyncJobItemQuery query);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user