mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 18:24:00 +01:00
7 lines
128 B
C#
7 lines
128 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public interface IPreRefreshProvider : ICustomMetadataProvider
|
|
{
|
|
|
|
}
|
|
}
|