mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 12:58:28 +01:00
Add tests for GetResolutionText
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user