mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 22:45:49 +01:00
10 lines
164 B
C#
10 lines
164 B
C#
|
|
namespace MediaBrowser.Controller.Sync
|
|
{
|
|
/// <summary>
|
|
/// A marker interface
|
|
/// </summary>
|
|
public interface IRemoteSyncProvider
|
|
{
|
|
}
|
|
}
|