mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
save appVersion with device record
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="profile">The profile.</param>
|
||||
/// <param name="quality">The quality.</param>
|
||||
/// <returns>DeviceProfile.</returns>
|
||||
DeviceProfile GetDeviceProfile(SyncTarget target, string quality);
|
||||
DeviceProfile GetDeviceProfile(SyncTarget target, string profile, string quality);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the quality options.
|
||||
@@ -20,5 +21,12 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
/// <param name="target">The target.</param>
|
||||
/// <returns>IEnumerable<SyncQualityOption>.</returns>
|
||||
IEnumerable<SyncQualityOption> GetQualityOptions(SyncTarget target);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the profile options.
|
||||
/// </summary>
|
||||
/// <param name="target">The target.</param>
|
||||
/// <returns>IEnumerable<SyncQualityOption>.</returns>
|
||||
IEnumerable<SyncQualityOption> GetProfileOptions(SyncTarget target);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user