9 lines
132 B
C#
9 lines
132 B
C#
namespace MediaBrowser.Model.Configuration
|
|
{
|
|
public enum ImageSavingConvention
|
|
{
|
|
Legacy,
|
|
Compatible
|
|
}
|
|
}
|