From 65fb01bbe2fb95876217d2374a72b175fe235e60 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 13 Apr 2015 01:12:02 -0400 Subject: rework server sync --- MediaBrowser.Controller/Sync/IHasDynamicAccess.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Controller/Sync/IHasDynamicAccess.cs') diff --git a/MediaBrowser.Controller/Sync/IHasDynamicAccess.cs b/MediaBrowser.Controller/Sync/IHasDynamicAccess.cs index f907de729..cf868a381 100644 --- a/MediaBrowser.Controller/Sync/IHasDynamicAccess.cs +++ b/MediaBrowser.Controller/Sync/IHasDynamicAccess.cs @@ -9,10 +9,10 @@ namespace MediaBrowser.Controller.Sync /// /// Gets the synced file information. /// - /// The remote path. + /// The identifier. /// The target. /// The cancellation token. /// Task<SyncedFileInfo>. - Task GetSyncedFileInfo(string remotePath, SyncTarget target, CancellationToken cancellationToken); + Task GetSyncedFileInfo(string id, SyncTarget target, CancellationToken cancellationToken); } } -- cgit v1.2.3