mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-05 22:02:53 +01:00
limit series pooling to common libraries
This commit is contained in:
@@ -32,7 +32,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
/// </summary>
|
||||
/// <value>The date last refreshed.</value>
|
||||
DateTime DateLastRefreshed { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// This is called before any metadata refresh and returns true or false indicating if changes were made
|
||||
/// </summary>
|
||||
@@ -53,5 +53,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
bool RequiresRefresh();
|
||||
|
||||
bool EnableForceSaveOnDateModifiedChange { get; }
|
||||
|
||||
string PresentationUniqueKey { get; set; }
|
||||
|
||||
string GetPresentationUniqueKey();
|
||||
string CreatePresentationUniqueKey();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user