diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-07-20 19:31:47 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-07-20 23:04:49 +0200 |
| commit | 0512f74459f7fbde7e86d0724be6a62eca083024 (patch) | |
| tree | b4bfbc119b7680a07bb83abed961f1f1aaeea568 /MediaBrowser.Model/Entities | |
| parent | 0e2a6f8216e0a675b43cf2919fb1d57b46f14972 (diff) | |
Add tests for GetResolutionText
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaStream.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index 275b438f5..9653a8ece 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -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) { |
