mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
consolidate Artist & MusicArtist
This commit is contained in:
@@ -277,7 +277,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
Id = GetDtoId(item),
|
||||
Name = item.Name,
|
||||
MediaType = item.MediaType,
|
||||
Type = item.GetType().Name,
|
||||
Type = item.GetClientTypeName(),
|
||||
RunTimeTicks = item.RunTimeTicks
|
||||
};
|
||||
|
||||
@@ -932,7 +932,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
dto.RemoteTrailers = item.RemoteTrailers;
|
||||
}
|
||||
|
||||
dto.Type = item.GetType().Name;
|
||||
dto.Type = item.GetClientTypeName();
|
||||
dto.CommunityRating = item.CommunityRating;
|
||||
dto.VoteCount = item.VoteCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user