mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 12:21:35 +01:00
7 lines
135 B
C#
7 lines
135 B
C#
namespace MediaBrowser.Controller.Entities.Audio
|
|
{
|
|
public interface IHasMusicGenres
|
|
{
|
|
string[] Genres { get; }
|
|
}
|
|
}
|