mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-24 11:06:56 +00:00
stub out mock sync provider
This commit is contained in:
@@ -10,12 +10,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