fixed namescope for ImageResolution enum;

This commit is contained in:
Negulici-R. Barnabas 2022-11-14 16:57:30 +02:00
parent 2036f58b18
commit d3580f25da

View File

@ -1,5 +1,5 @@
namespace MediaBrowser.Model.Drawing namespace MediaBrowser.Model.Drawing;
{
/// <summary> /// <summary>
/// Enum ImageResolution. /// Enum ImageResolution.
/// </summary> /// </summary>
@ -50,4 +50,3 @@ namespace MediaBrowser.Model.Drawing
/// </summary> /// </summary>
P2160 = 8 P2160 = 8
} }
}