mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
updated nuget
This commit is contained in:
@@ -12,7 +12,7 @@ namespace MediaBrowser.Model.Extensions
|
||||
/// <param name="str">The STR.</param>
|
||||
/// <param name="def">The def.</param>
|
||||
/// <returns>System.String.</returns>
|
||||
public static string ValueOrDefault(this string str, string def = "")
|
||||
internal static string ValueOrDefault(this string str, string def = "")
|
||||
{
|
||||
return string.IsNullOrEmpty(str) ? def : str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user