mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-13 10:06:57 -05:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public interface IPreRefreshProvider : ICustomMetadataProvider
|
|
{
|
|
|
|
}
|
|
}
|