mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 23:00:18 -05:00
7 lines
127 B
C#
7 lines
127 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public interface IPreRefreshProvider : ICustomMetadataProvider
|
|
{
|
|
}
|
|
}
|