Проведен аудит. Добавлено переключение треков
This commit is contained in:
@@ -90,10 +90,10 @@ public class FavoritesService
|
||||
Creator = sp.Creator != null ? new Shared.Auth.ApplicationUserDto
|
||||
{
|
||||
Id = sp.Creator.Id,
|
||||
UserName = sp.Creator.UserName,
|
||||
Email = sp.Creator.Email,
|
||||
UserName = sp.Creator.UserName ?? "",
|
||||
Email = sp.Creator.Email ?? "",
|
||||
YandexId = sp.Creator.YandexId,
|
||||
DisplayName = sp.Creator.UserName
|
||||
DisplayName = sp.Creator.UserName ?? ""
|
||||
} : null
|
||||
}).ToList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user