mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-26 03:57:12 +00:00
Configuration and serialization improvements
This commit is contained in:
parent
77e81432f7
commit
5d88dc8575
@@ -4,7 +4,7 @@ using MediaBrowser.Model.Configuration;
|
||||
|
||||
namespace MediaBrowser.Controller.Configuration
|
||||
{
|
||||
public class ServerConfiguration : BaseConfiguration
|
||||
public class ServerConfiguration : BaseApplicationConfiguration
|
||||
{
|
||||
public string ImagesByNamePath { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user