mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-26 13:08:17 +00:00
Fix get provider id extension
This commit is contained in:
@@ -49,7 +49,7 @@ namespace MediaBrowser.Model.Entities
|
||||
}
|
||||
|
||||
instance.ProviderIds.TryGetValue(name, out string? id);
|
||||
return id;
|
||||
return string.IsNullOrEmpty(id) ? null : id;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user