mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 11:36:35 +00:00
add standalone EncodingOptions
This commit is contained in:
@@ -14,4 +14,9 @@ namespace MediaBrowser.Common.Configuration
|
||||
|
||||
public Type ConfigurationType { get; set; }
|
||||
}
|
||||
|
||||
public interface IValidatingConfiguration
|
||||
{
|
||||
void Validate(object oldConfig, object newConfig);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user