mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 21:25:22 +01:00
7 lines
112 B
C#
7 lines
112 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public class PersonLookupInfo : ItemLookupInfo
|
|
{
|
|
|
|
}
|
|
}
|