mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-02-03 02:25:02 +08:00
Improve: remove old ProviderId
This commit is contained in:
@@ -82,6 +82,7 @@ public class OrganizeMetadataTask : IScheduledTask
|
||||
|
||||
var providerId = item.GetProviderId(previousProviderIdName);
|
||||
item.SetProviderId(Plugin.Instance.Name, providerId);
|
||||
item.ProviderIds.Remove(previousProviderIdName);
|
||||
|
||||
_logger.Info("Transfer ProviderId: {0}", providerId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user