mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
8 lines
100 B
C#
8 lines
100 B
C#
|
|
|
|||
|
|
namespace MediaBrowser.Controller.LiveTv
|
|||
|
|
{
|
|||
|
|
public interface IListingsProvider
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|