mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
de-normalize item by name data. create counts during library scan for fast access.
This commit is contained in:
10
MediaBrowser.Controller/Providers/IDynamicInfoProvider.cs
Normal file
10
MediaBrowser.Controller/Providers/IDynamicInfoProvider.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Providers
|
||||
{
|
||||
/// <summary>
|
||||
/// Marker interface for a provider that always runs
|
||||
/// </summary>
|
||||
public interface IDynamicInfoProvider
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user