mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-09 16:13:29 +00:00
8 lines
No EOL
134 B
C#
8 lines
No EOL
134 B
C#
namespace MediaBrowser.Model.Configuration
|
|
{
|
|
public enum ImageSavingConvention
|
|
{
|
|
Legacy,
|
|
Compatible
|
|
}
|
|
} |