mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-24 00:20:57 +01:00
amended testing unit.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace MediaBrowser.Common.Net
|
||||
/// </summary>
|
||||
/// <param name="source">The <see cref="NetCollection"/>.</param>
|
||||
/// <returns>Returns a string representation of this object.</returns>
|
||||
public static string Readable(this NetCollection source)
|
||||
public static string AsString(this NetCollection source)
|
||||
{
|
||||
var sb = new StringBuilder();
|
||||
string output = "[";
|
||||
|
||||
Reference in New Issue
Block a user