mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-24 23:34:58 -05:00
9 lines
107 B
C#
9 lines
107 B
C#
using System;
|
|
|
|
namespace MediaBrowser.Controller.Dlna
|
|
{
|
|
public interface ISsdpHandler
|
|
{
|
|
}
|
|
}
|