mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
update recording conversion
This commit is contained in:
@@ -91,8 +91,6 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// </summary>
|
||||
List<SyncTarget> GetSyncTargets(string userId);
|
||||
|
||||
List<SyncTarget> GetSyncTargets(string userId, bool? supportsRemoteSync);
|
||||
|
||||
/// <summary>
|
||||
/// Supportses the synchronize.
|
||||
/// </summary>
|
||||
|
||||
@@ -11,8 +11,6 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// <value>The name.</value>
|
||||
string Name { get; }
|
||||
|
||||
bool SupportsRemoteSync { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the synchronize targets.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user