aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/ImageSavingConvention.cs
blob: 9aa72212e91eb8daa66319deddf147609ee58f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma warning disable CS1591
#pragma warning disable SA1600

namespace MediaBrowser.Model.Configuration
{
    public enum ImageSavingConvention
    {
        Legacy,
        Compatible
    }
}