jellyfin-server/MediaBrowser.Controller/Channels/IChannelManager.cs
2014-03-09 18:14:44 -04:00

13 lines
216 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MediaBrowser.Controller.Channels
{
public interface IChannelManager
{
}
}