update configuration for virtual episodes

This commit is contained in:
Luke Pulverenti
2013-10-25 10:18:53 -04:00
parent 8a5f160da6
commit 6c1c163995
7 changed files with 31 additions and 33 deletions

View File

@@ -210,17 +210,6 @@ namespace MediaBrowser.Model.Configuration
public bool EnableVideoImageExtraction { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [create virtual missing episodes].
/// </summary>
/// <value><c>true</c> if [create virtual missing episodes]; otherwise, <c>false</c>.</value>
public bool CreateVirtualMissingEpisodes { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [create virtual future episodes].
/// </summary>
/// <value><c>true</c> if [create virtual future episodes]; otherwise, <c>false</c>.</value>
public bool CreateVirtualFutureEpisodes { get; set; }
/// <summary>
/// Gets or sets the image saving convention.
/// </summary>