mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-01 16:02:01 +01:00
8 lines
155 B
C#
8 lines
155 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public class MusicVideoInfo : ItemLookupInfo
|
|
{
|
|
public string[] Artists { get; set; }
|
|
}
|
|
}
|