removed IsRecentlyPlayed option and fixed FileTime warnings

This commit is contained in:
LukePulverenti
2013-03-08 11:45:35 -05:00
parent dbf6081a9b
commit ad0ec70433
5 changed files with 4 additions and 41 deletions

View File

@@ -224,13 +224,6 @@ namespace MediaBrowser.Model.Configuration
[ProtoMember(34)]
public int RecentItemDays { get; set; }
/// <summary>
/// Gets or sets the recently played days.
/// </summary>
/// <value>The recently played days.</value>
[ProtoMember(35)]
public int RecentlyPlayedDays { get; set; }
/// <summary>
/// Gets or sets the minimum percentage of an item that must be played in order for playstate to be updated.
/// </summary>
@@ -291,7 +284,6 @@ namespace MediaBrowser.Model.Configuration
FileWatcherDelay = 8;
RecentItemDays = 14;
RecentlyPlayedDays = 14;
EnableInternetProviders = true; //initial installs will need these
InternetProviderExcludeTypes = new string[] { };