mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
10 lines
181 B
C#
10 lines
181 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
/// <summary>
|
|
/// The lookup info for trailers.
|
|
/// </summary>
|
|
public class TrailerInfo : ItemLookupInfo
|
|
{
|
|
}
|
|
}
|