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