mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 02:56:54 +01:00
save appVersion with device record
This commit is contained in:
@@ -238,6 +238,10 @@ namespace MediaBrowser.Api.Sync
|
||||
result.QualityOptions = _syncManager
|
||||
.GetQualityOptions(request.TargetId)
|
||||
.ToList();
|
||||
|
||||
result.ProfileOptions = _syncManager
|
||||
.GetProfileOptions(request.TargetId)
|
||||
.ToList();
|
||||
}
|
||||
|
||||
if (request.Category.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user