mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-28 04:51:54 +00:00
add new image params
This commit is contained in:
@@ -96,6 +96,8 @@ namespace MediaBrowser.Common.Extensions
|
||||
/// <param name="str">The STR.</param>
|
||||
/// <param name="type">The type.</param>
|
||||
/// <returns>Guid.</returns>
|
||||
/// <exception cref="System.ArgumentNullException">type</exception>
|
||||
[Obsolete("Use LibraryManager.GetNewItemId")]
|
||||
public static Guid GetMBId(this string str, Type type)
|
||||
{
|
||||
if (type == null)
|
||||
|
||||
Reference in New Issue
Block a user