mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 21:05:45 +01:00
7 lines
No EOL
154 B
C#
7 lines
No EOL
154 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public class TrailerInfo : ItemLookupInfo
|
|
{
|
|
public bool IsLocalTrailer { get; set; }
|
|
}
|
|
} |