jellyfin-server/src/Emby.Server/Program.cs

15 lines
231 B
C#
Raw Normal View History

2016-10-26 02:54:12 +00:00
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)
{
}
}
}