mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-11 09:32:54 +01:00
9 lines
220 B
C#
9 lines
220 B
C#
using System.Collections.Generic;
|
|
using MediaBrowser.Common.Configuration;
|
|
|
|
namespace MediaBrowser.Controller.Configuration
|
|
{
|
|
public class ServerConfiguration : BaseApplicationConfiguration
|
|
{
|
|
}
|
|
}
|