mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
7 lines
154 B
C#
7 lines
154 B
C#
|
|
namespace MediaBrowser.Controller.Providers
|
||
|
|
{
|
||
|
|
public class MusicVideoInfo : ItemLookupInfo
|
||
|
|
{
|
||
|
|
public string[] Artists { get; set; }
|
||
|
|
}
|
||
|
|
}
|