mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
add quality methods
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user