mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 23:36:38 +01:00
stub out mock sync provider
This commit is contained in:
@@ -19,12 +19,12 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
|
||||
public IEnumerable<SyncTarget> GetSyncTargets()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return new List<SyncTarget>();
|
||||
}
|
||||
|
||||
public DeviceProfile GetDeviceProfile(SyncTarget target)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return new DeviceProfile();
|
||||
}
|
||||
|
||||
public string Name
|
||||
|
||||
Reference in New Issue
Block a user