mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
10 lines
209 B
C#
10 lines
209 B
C#
|
|
using MediaBrowser.Model.Plugins;
|
|||
|
|
|
|||
|
|
namespace MediaBrowser.Providers.Plugins.Omdb
|
|||
|
|
{
|
|||
|
|
public class PluginConfiguration : BasePluginConfiguration
|
|||
|
|
{
|
|||
|
|
public bool CastAndCrew { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|