mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
add AlbumArtists to item dto's
This commit is contained in:
@@ -136,6 +136,14 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
|
||||
var jobId = Guid.NewGuid().ToString("N");
|
||||
|
||||
if (string.IsNullOrWhiteSpace(request.Quality))
|
||||
{
|
||||
request.Quality = GetQualityOptions(request.TargetId)
|
||||
.Where(i => i.IsDefault)
|
||||
.Select(i => i.Id)
|
||||
.FirstOrDefault(i => !string.IsNullOrWhiteSpace(i));
|
||||
}
|
||||
|
||||
var job = new SyncJob
|
||||
{
|
||||
Id = jobId,
|
||||
|
||||
Reference in New Issue
Block a user