mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
3.0.5518.5
This commit is contained in:
@@ -123,7 +123,7 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// </summary>
|
||||
/// <param name="targetId">The target identifier.</param>
|
||||
/// <returns>List<SyncedItem>.</returns>
|
||||
List<SyncedItem> GetReadySyncItems(string targetId);
|
||||
Task<List<SyncedItem>> GetReadySyncItems(string targetId);
|
||||
|
||||
/// <summary>
|
||||
/// Synchronizes the data.
|
||||
|
||||
Reference in New Issue
Block a user