diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-12 00:55:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-12 00:55:06 -0400 |
| commit | 1a81da5a8f2a94e6e9fceb3693c0cbd138c3e7cb (patch) | |
| tree | 3458aa76bda63a601bb06701b0e388dd8a05bbe9 /MediaBrowser.Server.Implementations/Sync/IHasSyncQuality.cs | |
| parent | 6384c5bab0dd0c4a896beed4bb55e703c2e93301 (diff) | |
add quality methods
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sync/IHasSyncQuality.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Sync/IHasSyncQuality.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Sync/IHasSyncQuality.cs b/MediaBrowser.Server.Implementations/Sync/IHasSyncQuality.cs index 9b45e66e1..fa73a1cac 100644 --- a/MediaBrowser.Server.Implementations/Sync/IHasSyncQuality.cs +++ b/MediaBrowser.Server.Implementations/Sync/IHasSyncQuality.cs @@ -10,9 +10,10 @@ namespace MediaBrowser.Server.Implementations.Sync /// Gets the device profile. /// </summary> /// <param name="target">The target.</param> + /// <param name="quality">The quality.</param> /// <returns>DeviceProfile.</returns> - DeviceProfile GetDeviceProfile(SyncTarget target); - + DeviceProfile GetDeviceProfile(SyncTarget target, string quality); + /// <summary> /// Gets the quality options. /// </summary> |
