mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 20:03:26 +01:00
7 lines
No EOL
135 B
C#
7 lines
No EOL
135 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public interface IPreRefreshProvider : ICustomMetadataProvider
|
|
{
|
|
|
|
}
|
|
} |