mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
fixes #1404 - [BUG] Emby recreating old folder name after renaming/moving folder
This commit is contained in:
@@ -561,8 +561,7 @@ namespace MediaBrowser.Server.Implementations.Channels
|
||||
{
|
||||
throw new ArgumentNullException("name");
|
||||
}
|
||||
|
||||
return ("Channel " + name).GetMBId(typeof(Channel));
|
||||
return _libraryManager.GetNewItemId("Channel " + name, typeof(Channel));
|
||||
}
|
||||
|
||||
public async Task<QueryResult<BaseItemDto>> GetLatestChannelItems(AllChannelMediaQuery query, CancellationToken cancellationToken)
|
||||
|
||||
Reference in New Issue
Block a user