mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
removed IsRecentlyPlayed option and fixed FileTime warnings
This commit is contained in:
@@ -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[] { };
|
||||
|
||||
Reference in New Issue
Block a user