Files
jellyfin-jellyfin-1/MediaBrowser.Server.Mac/MacAppHost.cs

11 lines
116 B
C#
Raw Normal View History

2016-11-13 23:01:03 -05:00
using System;
namespace MediaBrowser.Server.Mac
{
public class MacAppHost
{
public MacAppHost()
{
}
}
}