mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 11:13:32 +01:00
3.2.30.19
This commit is contained in:
@@ -426,6 +426,8 @@ namespace Emby.Server.Implementations.Channels
|
||||
item.Name = channelInfo.Name;
|
||||
}
|
||||
|
||||
item.OnMetadataChanged();
|
||||
|
||||
if (isNew)
|
||||
{
|
||||
_libraryManager.CreateItem(item, cancellationToken);
|
||||
@@ -1384,6 +1386,8 @@ namespace Emby.Server.Implementations.Channels
|
||||
item.SetImagePath(ImageType.Primary, info.ImageUrl);
|
||||
}
|
||||
|
||||
item.OnMetadataChanged();
|
||||
|
||||
if (isNew)
|
||||
{
|
||||
_libraryManager.CreateItem(item, cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user