Add tests for GetResolutionText

This commit is contained in:
Bond_009
2021-07-20 19:31:47 +02:00
parent 0e2a6f8216
commit 0512f74459
3 changed files with 78 additions and 1 deletions

View File

@@ -469,7 +469,7 @@ namespace MediaBrowser.Model.Entities
/// <value><c>true</c> if this instance is anamorphic; otherwise, <c>false</c>.</value>
public bool? IsAnamorphic { get; set; }
private string GetResolutionText()
internal string GetResolutionText()
{
if (!Width.HasValue || !Height.HasValue)
{