From 1a81da5a8f2a94e6e9fceb3693c0cbd138c3e7cb Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 12 Mar 2015 00:55:06 -0400 Subject: add quality methods --- MediaBrowser.Server.Implementations/Sync/IHasSyncQuality.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Server.Implementations/Sync/IHasSyncQuality.cs') 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. /// /// The target. + /// The quality. /// DeviceProfile. - DeviceProfile GetDeviceProfile(SyncTarget target); - + DeviceProfile GetDeviceProfile(SyncTarget target, string quality); + /// /// Gets the quality options. /// -- cgit v1.2.3