mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-18 19:39:12 -07:00
10 lines
160 B
C#
10 lines
160 B
C#
|
namespace MediaBrowser.Controller.Sync
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// A marker interface
|
||
|
/// </summary>
|
||
|
public interface IRemoteSyncProvider
|
||
|
{
|
||
|
}
|
||
|
}
|