mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
sync updates
This commit is contained in:
@@ -388,5 +388,12 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
return jobItemResult.Items.Select(GetJobItemInfo)
|
||||
.ToList();
|
||||
}
|
||||
|
||||
public async Task<SyncDataResponse> SyncData(SyncDataRequest request)
|
||||
{
|
||||
var response = new SyncDataResponse();
|
||||
|
||||
return response;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user