jellyfin/src/Emby.Server/Program.cs
2016-10-25 22:54:12 -04:00

15 lines
231 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Emby.Server
{
public class Program
{
public static void Main(string[] args)
{
}
}
}