mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 09:38:25 +00:00
updated nuget
This commit is contained in:
parent
5c873d3ed1
commit
2bfcf89abf
10 changed files with 415 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue