mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 18:26:33 +00:00
update sync menus
This commit is contained in:
@@ -90,6 +90,8 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// </summary>
|
||||
IEnumerable<SyncTarget> GetSyncTargets(string userId);
|
||||
|
||||
IEnumerable<SyncTarget> GetSyncTargets(string userId, bool? supportsRemoteSync);
|
||||
|
||||
/// <summary>
|
||||
/// Supportses the synchronize.
|
||||
/// </summary>
|
||||
|
||||
@@ -11,6 +11,8 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// <value>The name.</value>
|
||||
string Name { get; }
|
||||
|
||||
bool SupportsRemoteSync { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the synchronize targets.
|
||||
/// </summary>
|
||||
@@ -27,6 +29,6 @@ namespace MediaBrowser.Controller.Sync
|
||||
|
||||
public interface IHasUniqueTargetIds
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user