mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 19:46:34 +00:00
Moved Trimmed to Jellyfin.Extensions.StringExtensions
This commit is contained in:
@@ -30,10 +30,5 @@ namespace MediaBrowser.Controller.Sorting
|
||||
{
|
||||
return list.ThenByDescending(getName, _comparer);
|
||||
}
|
||||
|
||||
public static IEnumerable<string> Trimmed(this IEnumerable<string> values)
|
||||
{
|
||||
return values.Select(i => (i ?? string.Empty).Trim());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user