mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-04 19:43:21 -05:00
15 lines
231 B
C#
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)
|
|
{
|
|
}
|
|
}
|
|
}
|