fixed namescope for ImageResolution enum;
This commit is contained in:
parent
2036f58b18
commit
d3580f25da
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user