mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-02 10:37:20 -05: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; }
|
|
}
|
|
}
|