mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 03:18:27 +01:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public interface IPreRefreshProvider : ICustomMetadataProvider
|
|
{
|
|
|
|
}
|
|
}
|