fixed namescope for ImageResolution enum;
This commit is contained in:
parent
2036f58b18
commit
d3580f25da
|
@ -1,10 +1,10 @@
|
|||
namespace MediaBrowser.Model.Drawing
|
||||
namespace MediaBrowser.Model.Drawing;
|
||||
|
||||
/// <summary>
|
||||
/// Enum ImageResolution.
|
||||
/// </summary>
|
||||
public enum ImageResolution
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum ImageResolution.
|
||||
/// </summary>
|
||||
public enum ImageResolution
|
||||
{
|
||||
/// <summary>
|
||||
/// MatchSource.
|
||||
/// </summary>
|
||||
|
@ -49,5 +49,4 @@ namespace MediaBrowser.Model.Drawing
|
|||
/// 2160p.
|
||||
/// </summary>
|
||||
P2160 = 8
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user