mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
completed auth database
This commit is contained in:
@@ -170,7 +170,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
var key = id.Key;
|
||||
|
||||
// Don't replace existing Id's.
|
||||
if (!target.ProviderIds.ContainsKey(key))
|
||||
if (replaceData || !target.ProviderIds.ContainsKey(key))
|
||||
{
|
||||
target.ProviderIds[key] = id.Value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user