Change configuration default
This commit is contained in:
parent
5b03b345cb
commit
885217fd10
|
@ -45,7 +45,7 @@ public class PluginConfiguration : BasePluginConfiguration
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 是否获取电影系列信息
|
/// 是否获取电影系列信息
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool EnableTmdbCollection { get; set; } = true;
|
public bool EnableTmdbCollection { get; set; } = false;
|
||||||
|
|
||||||
public string TmdbApiKey { get; set; } = string.Empty;
|
public string TmdbApiKey { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue