mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
made Audio.Artist plural and removed duplicated of artists into the people collection
This commit is contained in:
@@ -23,10 +23,6 @@ namespace MediaBrowser.Model.Entities
|
||||
/// </summary>
|
||||
public const string Writer = "Writer";
|
||||
/// <summary>
|
||||
/// The music artist
|
||||
/// </summary>
|
||||
public const string MusicArtist = "MusicArtist";
|
||||
/// <summary>
|
||||
/// The guest star
|
||||
/// </summary>
|
||||
public const string GuestStar = "GuestStar";
|
||||
|
||||
Reference in New Issue
Block a user