mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 22:05:44 +01:00
14 lines
231 B
C#
14 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)
|
|
{
|
|
}
|
|
}
|
|
}
|