sync updates

This commit is contained in:
Luke Pulverenti
2015-03-15 15:10:27 -04:00
parent 72a5383c70
commit 280ab32ec1
11 changed files with 98 additions and 70 deletions

View File

@@ -1,5 +1,4 @@
using MediaBrowser.Model.Dlna;
using MediaBrowser.Model.Sync;
using MediaBrowser.Model.Sync;
using System.Collections.Generic;
namespace MediaBrowser.Server.Implementations.Sync
@@ -13,7 +12,7 @@ namespace MediaBrowser.Server.Implementations.Sync
/// <param name="profile">The profile.</param>
/// <param name="quality">The quality.</param>
/// <returns>DeviceProfile.</returns>
DeviceProfile GetDeviceProfile(SyncTarget target, string profile, string quality);
SyncJobOptions GetSyncJobOptions(SyncTarget target, string profile, string quality);
/// <summary>
/// Gets the quality options.