mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 08:06:35 +00:00
Remove obsolete GetMBId
This commit is contained in:
@@ -901,8 +901,8 @@ namespace Emby.Server.Implementations.Channels
|
||||
private T GetItemById<T>(string idString, string channelName, out bool isNew)
|
||||
where T : BaseItem, new()
|
||||
{
|
||||
var id = GetIdToHash(idString, channelName).GetMBId(typeof(T));
|
||||
|
||||
var id = _libraryManager.GetNewItemId(GetIdToHash(idString, channelName), typeof(T));
|
||||
|
||||
T item = null;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user