mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 23:02:08 +01:00
8 lines
136 B
C#
8 lines
136 B
C#
#pragma warning disable CS1591
|
|
|
|
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public class MovieInfo : ItemLookupInfo
|
|
{
|
|
}
|
|
}
|