mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01: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